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.
2 parents bdd7a3f + 0947b57 commit 6ab025dCopy full SHA for 6ab025d
.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