Skip to content

Commit 8628ea5

Browse files
committed
fix calling script
1 parent 0d89fb3 commit 8628ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ossrh-password: ${{ secrets.OSSRH_PASSWORD }}
2727
- env:
2828
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
29-
run: bash ./gen-gpg-key.sh
29+
run: ./gen-gpg-key.sh
3030
name: Generate GPG key
3131
- name: Deploy
3232
run: mvn deploy -Prelease -X

0 commit comments

Comments
 (0)