Skip to content

Commit

Permalink
add release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Oct 17, 2023
1 parent d31c5ae commit 9c32f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- run: cat ~/.m2/settings.xml
- name: Publish Package
run: mvn --batch-mode --no-transfer-progress clean deploy
run: mvn --batch-mode --no-transfer-progress clean deploy -Prelease
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit 9c32f1f

Please sign in to comment.