We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99b82e commit 4153a21Copy full SHA for 4153a21
.github/workflows/release.yml
@@ -45,4 +45,4 @@ jobs:
45
run: |
46
tag=${{ github.ref_name }}
47
./gradlew clean publish --no-daemon --stacktrace -Pversion=${tag#v}
48
- ./gradlew jreleaserDeploy --no-daemon --stacktrace
+ ./gradlew jreleaserDeploy --no-daemon --stacktrace -Pversion=${tag#v}
0 commit comments