Skip to content

Commit 852b6c2

Browse files
committed
fix cli
Signed-off-by: joshvanl <[email protected]>
1 parent bc9f775 commit 852b6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
8484
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
8585
export GPG_TTY=$(tty)
8686
gpg --batch --import private-key.gpg
87-
./gradlew publish -PGPG_KEY=$GPG_KEY -PGPG_PWD=$GPG_PWD
87+
./gradlew publish -PGPG_KEY="$(cat private-key.gpg)" -PGPG_PWD="${{ secrets.GPG_PWD }}"

0 commit comments

Comments
 (0)