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 1f25f41 commit f81f2abCopy full SHA for f81f2ab
.github/workflows/snapshot-release.yml
@@ -34,6 +34,6 @@ jobs:
34
35
- name: Set version to 999.F8-SNAPSHOT and release snapshot
36
run: |
37
- mvn versions:set -DnewVersion=999.F8-SNAPSHOT versions:commit
+ mvn versions:set -Puse-snapshots -DnewVersion=999.F8-SNAPSHOT versions:commit
38
gpg --quiet --batch --yes --decrypt --passphrase="${{secrets.GPG_PASSPHRASE}}" --output maven-settings.xml .github/release/maven-settings.xml.gpg
39
mvn -B deploy -DperformRelease -Dno-samples -Prelease,use-snapshots -s maven-settings.xml
0 commit comments