Skip to content

Commit 73e006b

Browse files
committed
x
1 parent f70032d commit 73e006b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
5858
java-version: '8'
5959
- name: Deploy
60-
run: ./gradlew publish -x test -PsonatypeUsername=${{ secrets.OSSRH_USERNAME }} -PsonatypePassword=${{ secrets.OSSRH_PASSWORD }} -Psigning.keyId=${{ secrets.GPG_SIGNING_KEY_ID }} -Psigning.password=${{ secrets.GPG_PASSPHRASE }} -Psigning.secretKeyRingFile=$GITHUB_WORKSPACE/.gnupg/secring.gpg
60+
run: ./gradlew publish -x test -PsonatypeUsername=${{ secrets.OSSRH_USERNAME }} -PsonatypePassword=${{ secrets.OSSRH_PASSWORD }} -Psigning.keyId=${{ secrets.GPG_SIGNING_KEY_ID }} -Psigning.password=${{ secrets.GPG_PASSPHRASE }} -Psigning.secretKeyRingFile=$HOME/.gnupg/secring.gpg

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
1616
java-version: '8'
1717
- name: Search keystore
18-
run: find $HOME -name "*.gpg"
18+
run: gpg --list-secret-keys

0 commit comments

Comments
 (0)