Skip to content

Commit d56c603

Browse files
authored
Merge pull request #8 from JoshVanL/fix-env-build
fix env vars
2 parents af0f0b7 + bc9f775 commit d56c603

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
87+
./gradlew publish -PGPG_KEY=$GPG_KEY -PGPG_PWD=$GPG_PWD

0 commit comments

Comments
 (0)