diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d4b69d..b236950 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,4 +35,4 @@ jobs: # The content here needs to be the values of the public and secret key pair JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.gpgPublicKey }} JRELEASER_GPG_SECRET_KEY: ${{ secrets.gpgSecretKey }} - run: gradlew jreleaserDeploy \ No newline at end of file + run: ./gradlew jreleaserDeploy \ No newline at end of file diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 9cfeb73..7490803 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -30,4 +30,4 @@ jobs: # The content here needs to be the values of the public and secret key pair JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.gpgPublicKey }} JRELEASER_GPG_SECRET_KEY: ${{ secrets.gpgSecretKey }} - run: gradlew jreleaserDeploy + run: ./gradlew jreleaserDeploy