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 4ba6601 commit 4ea19c2Copy full SHA for 4ea19c2
.github/workflows/snapshot-release.yml
@@ -37,9 +37,9 @@ jobs:
37
38
- name: Set version to 999.F8-SNAPSHOT and release snapshot
39
run: |
40
- mvn versions:set -DnewVersion=999.F8-SNAPSHOT versions:commit
+ mvn versions:set -Puse-snapshots -DnewVersion=999.F8-SNAPSHOT versions:commit
41
mvn -B deploy -DperformRelease -Dno-samples -Dno-docs -Prelease,use-snapshots
42
env:
43
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
44
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
45
- MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments