We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292fe68 commit 365ba0fCopy full SHA for 365ba0f
.github/workflows/snapshot.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
29
- name: Update Maven Project version
30
run: |
31
- mvn versions:set -DnewVersion='${{env.RELEASE_VERSION}}-${{env.GITHUB_SHA}}'
+ mvn versions:set -DnewVersion='${{env.RELEASE_VERSION}}-${{github.sha}}-SNAPSHOT'
32
mvn versions:update-child-modules
33
- name: Build and publish to GitHub Packages
34
run: mvn deploy -s ${{ github.workspace }}/.m2/settings.xml
0 commit comments