Skip to content

Commit

Permalink
fix(versioning): remove git commit hash in versions in main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Oct 16, 2022
1 parent 687ccdc commit d06abf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ jobs:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
run: mvn -B deploy -Prelease-for-oss
run: mvn -B deploy -Prelease-for-oss -Djgitver.config=./.mvn/jgitver.main.config.xml

0 comments on commit d06abf9

Please sign in to comment.