Skip to content

Commit

Permalink
chore(main): Fix Gradle publishing
Browse files Browse the repository at this point in the history
Add back the environment variables needed for publishing to GitHub
Packages.
  • Loading branch information
HorizonNet committed Jul 4, 2024
1 parent b195cf4 commit 4c99c64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ jobs:

- name: Publish to GitHub Packages
run: ./gradlew publish
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4c99c64

Please sign in to comment.