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 897387f commit 19e316fCopy full SHA for 19e316f
1 file changed
.github/workflows/publish-snapshot.yml
@@ -36,6 +36,6 @@ jobs:
36
- name: Publish snapshot
37
run: ./gradlew publish
38
- name: Release snapshot with JReleaser
39
- run: ./gradlew jreleaserSnapshot
+ run: ./gradlew jreleaserDeploy --snapshot
40
41
0 commit comments