Skip to content

Commit 0947b57

Browse files
committed
One more time for gradlew
1 parent 4f9721c commit 0947b57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
# The content here needs to be the values of the public and secret key pair
3636
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.gpgPublicKey }}
3737
JRELEASER_GPG_SECRET_KEY: ${{ secrets.gpgSecretKey }}
38-
run: gradlew jreleaserDeploy
38+
run: ./gradlew jreleaserDeploy

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
# The content here needs to be the values of the public and secret key pair
3131
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.gpgPublicKey }}
3232
JRELEASER_GPG_SECRET_KEY: ${{ secrets.gpgSecretKey }}
33-
run: gradlew jreleaserDeploy
33+
run: ./gradlew jreleaserDeploy

0 commit comments

Comments
 (0)