Skip to content

Commit 551753c

Browse files
committed
Missing -SNAPSHOT in version bump
1 parent 3406655 commit 551753c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
increment: patch
8181

8282
- name: Bump version numbers for next cycle
83-
run: mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ steps.next-version.outputs.version }}
83+
run: mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ steps.next-version.outputs.version }}-SNAPSHOT
8484

8585
- name: Commit version number change
8686
run: |

0 commit comments

Comments
 (0)