Skip to content

Commit

Permalink
use revision as version number in maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPaul-Perfana committed Jan 22, 2024
1 parent b919a0b commit 5bf5b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
tagRegex: "(.*)"

- name: Maven build
run: ./mvnw -Drevision=${{ env.GIT_TAG_NAME }} -clean package
run: ./mvnw -Drevision=${{ env.GIT_TAG_NAME }} clean package

- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 5bf5b63

Please sign in to comment.