Skip to content

Commit ff8cb28

Browse files
Incorporate workflow fix from main
1 parent c443b0a commit ff8cb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_jreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
JRELEASER_MAVENCENTRAL_TOKEN: ${{ secrets.JRELEASER_MAVENCENTRAL_TOKEN }}
5757
- name: Set next version
5858
run: |
59-
mvn --no-transfer-progress --batch-mode versions:set -DnewVersion=${{ github.event.inputs.nextVersion }}
59+
mvn --no-transfer-progress --batch-mode versions:set -DnewVersion=${{ github.event.inputs.nextVersion }}-SNAPSHOT
6060
- name: Commit & Push changes
6161
uses: actions-js/push@master
6262
with:

0 commit comments

Comments
 (0)