Skip to content

Commit f81f2ab

Browse files
committed
fix: also use snapshots to set the version
Signed-off-by: Chris Laprun <[email protected]>
1 parent 1f25f41 commit f81f2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434

3535
- name: Set version to 999.F8-SNAPSHOT and release snapshot
3636
run: |
37-
mvn versions:set -DnewVersion=999.F8-SNAPSHOT versions:commit
37+
mvn versions:set -Puse-snapshots -DnewVersion=999.F8-SNAPSHOT versions:commit
3838
gpg --quiet --batch --yes --decrypt --passphrase="${{secrets.GPG_PASSPHRASE}}" --output maven-settings.xml .github/release/maven-settings.xml.gpg
3939
mvn -B deploy -DperformRelease -Dno-samples -Prelease,use-snapshots -s maven-settings.xml

0 commit comments

Comments
 (0)