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 efa40ce commit d509c81Copy full SHA for d509c81
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Run Gradle Deploy
35
run: |
36
- ./gradlew jreleaserDeploy --scan --no-daemon -i
+ ./gradlew jreleaserDeploy -Pversion="${{github.event.release.tag_name}}" --scan --no-daemon -i
37
env:
38
JRELEASER_GPG_PUBLIC_KEY: ${{ vars.GPG_PUBLIC_KEY }}
39
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SIGNING_KEY }}
0 commit comments