Skip to content

Commit 3393528

Browse files
committed
Move to gradle and upgrade libs
1 parent 393c6bb commit 3393528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
gpg --batch --pinentry-mode=loopback --yes --passphrase ${{ secrets.PGP_PASSPHRASE }} --export-secret-key 01BA0C89CEC406826F7680A162D9B4F3D67419B7 > ~/.gradle/secring.gpg
1818
- name: Publish
1919
run: |
20-
./gradlew publishToSonatype -Psigning.keyId=247BAF7D -Psigning.password=${{secrets.PGP_PASSPHRASE}} -Psigning.secretKeyRingFile=$(echo ~/.gradle/secring.gpg) closeAndReleaseSonatypeStagingRepository --warn --stacktrace
20+
./gradlew publishToSonatype -Psigning.keyId=D9143455 -Psigning.password=${{secrets.PGP_PASSPHRASE}} -Psigning.secretKeyRingFile=$(echo ~/.gradle/secring.gpg) closeAndReleaseSonatypeStagingRepository --warn --stacktrace
2121
env:
2222
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
2323
PGP_SECRET: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)