Skip to content

Commit 24975ef

Browse files
committed
ci: add missing env var for publishing
1 parent 07408b7 commit 24975ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.GPG_KEY_NAME }}
3333
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_PASSPHRASE }}
3434
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEYS }}
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3536
# The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
3637
# So if we split on '/' and take the 3rd value, we can get the release name.
3738
run: |

0 commit comments

Comments
 (0)