Skip to content

Commit

Permalink
Fix gradle-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Oct 10, 2022
1 parent c0c5de6 commit 3f6f131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Publish to GitHub Packages
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: publish
arguments: publishGprPublicationToGithubPackagesRepository
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f6f131

Please sign in to comment.