We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07408b7 commit 24975efCopy full SHA for 24975ef
.github/workflows/publish-release.yml
@@ -32,6 +32,7 @@ jobs:
32
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.GPG_KEY_NAME }}
33
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_PASSPHRASE }}
34
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEYS }}
35
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
# The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
37
# So if we split on '/' and take the 3rd value, we can get the release name.
38
run: |
0 commit comments