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 3d021de commit dc8717fCopy full SHA for dc8717f
.github/workflows/build_and_release_github.yml
@@ -42,6 +42,8 @@ jobs:
42
env:
43
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
44
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
45
+ PACKAGES_USER: ${{ secrets.PACKAGES_USER }}
46
+ PACKAGES_ACCESS_TOKEN: ${{ secrets.PACKAGES_ACCESS_TOKEN }}
47
48
- name: Release package
49
run: ./gradlew githubRelease
0 commit comments