Skip to content

Commit

Permalink
Merge pull request #9815 from IQSS/9814-beta-commit
Browse files Browse the repository at this point in the history
set build number on beta war file
  • Loading branch information
kcondon authored Sep 11, 2023
2 parents 2c6afef + 2a463b0 commit a16f86f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_beta_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
working-directory: src/main/resources/META-INF
run: echo -e "dataverse.feature.api-session-auth=true" >> microprofile-config.properties

- name: Set build number
run: scripts/installer/custom-build-number

- name: Build application war
run: mvn package

Expand Down

0 comments on commit a16f86f

Please sign in to comment.