Skip to content

Commit 85609c4

Browse files
committed
[skip ci] add workaround for upstream gradle plugin bug
1 parent 1506a44 commit 85609c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: "🧩 Run Assemble"
5858
id: assemble
5959
run: |
60-
./gradlew -U assemble -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg
60+
./gradlew -U assemble -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg -Psigning.keyId=${{ secrets.SIGNING_KEY }}
6161
env:
6262
GRAILS_PUBLISH_RELEASE: 'true'
6363
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
@@ -73,6 +73,7 @@ jobs:
7373
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
7474
run: >
7575
./gradlew
76+
-Psigning.keyId=${{ secrets.SIGNING_KEY }}
7677
-Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg
7778
publishMavenPublicationToSonatypeRepository
7879
closeSonatypeStagingRepository

0 commit comments

Comments
 (0)