Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Apr 15, 2024
1 parent ca21361 commit 53f0782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build GCM
run: mvn clean install -DskipTests --file gcm/simulation/pom.xml
- name: Build GCM Taskit
run: mvn clean install -Prelease --file pom.xml
run: mvn clean install -Pjavadoc --file pom.xml

- name: Get Version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Build GCM
run: mvn clean install -DskipTests --file gcm/simulation/pom.xml
- name: Build GCM Taskit
run: mvn clean install -Prelease --file pom.xml
run: mvn clean install -Pjavadoc,jacoco --file pom.xml

0 comments on commit 53f0782

Please sign in to comment.