We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1506a44 commit 85609c4Copy full SHA for 85609c4
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: "🧩 Run Assemble"
58
id: assemble
59
run: |
60
- ./gradlew -U assemble -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg
+ ./gradlew -U assemble -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg -Psigning.keyId=${{ secrets.SIGNING_KEY }}
61
env:
62
GRAILS_PUBLISH_RELEASE: 'true'
63
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
@@ -73,6 +73,7 @@ jobs:
73
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
74
run: >
75
./gradlew
76
+ -Psigning.keyId=${{ secrets.SIGNING_KEY }}
77
-Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg
78
publishMavenPublicationToSonatypeRepository
79
closeSonatypeStagingRepository
0 commit comments