Skip to content

Commit

Permalink
chore(main): Fix Gradle publishing (#585)
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 authored Jul 4, 2024
1 parent b195cf4 commit a95c035
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 a95c035

Please sign in to comment.