Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthale authored Nov 22, 2021
1 parent 35c2c15 commit 6c69ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Build with Maven
run: mvn clean install -f JeditFX/pom.xml
run: mvn clean install -Ppackage -f JeditFX/pom.xml
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.2
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Build with Maven
run: mvn clean install -f JeditFX/pom.xml
run: mvn clean install -Ppackage -f JeditFX/pom.xml
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.2
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Build with Maven
run: mvn clean install -f JeditFX/pom.xml
run: mvn clean install -Ppackage -f JeditFX/pom.xml
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.2
Expand Down

0 comments on commit 6c69ced

Please sign in to comment.