Skip to content

Commit dc8717f

Browse files
authored
Fix release github workflow
1 parent 3d021de commit dc8717f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_release_github.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
env:
4343
GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
4444
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
45+
PACKAGES_USER: ${{ secrets.PACKAGES_USER }}
46+
PACKAGES_ACCESS_TOKEN: ${{ secrets.PACKAGES_ACCESS_TOKEN }}
4547

4648
- name: Release package
4749
run: ./gradlew githubRelease

0 commit comments

Comments
 (0)