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 4f9721c commit 0947b57Copy full SHA for 0947b57
.github/workflows/release.yml
@@ -35,4 +35,4 @@ jobs:
35
# The content here needs to be the values of the public and secret key pair
36
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.gpgPublicKey }}
37
JRELEASER_GPG_SECRET_KEY: ${{ secrets.gpgSecretKey }}
38
- run: gradlew jreleaserDeploy
+ run: ./gradlew jreleaserDeploy
.github/workflows/snapshot.yml
@@ -30,4 +30,4 @@ jobs:
30
31
32
33
0 commit comments