Skip to content

Commit

Permalink
chore(ci): suffix snapshot version with -SNAPSHOT automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Nov 29, 2023
1 parent cb85ce0 commit a09c3bf
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 @@ -72,7 +72,7 @@ jobs:
-DdryRun=${{ inputs.dry_run }} \
-Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }} \
-DreleaseVersion=${{ github.event.inputs.releaseVersion }} \
-DdevelopmentVersion=${{ github.event.inputs.developmentVersion }} \
-DdevelopmentVersion=${{ github.event.inputs.developmentVersion }}-SNAPSHOT \
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 comments on commit a09c3bf

Please sign in to comment.