Skip to content

Commit c64ab4e

Browse files
authored
Merge pull request #9 from JoshVanL/fix-env-build
fix cli
2 parents d56c603 + 852b6c2 commit c64ab4e

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)