Skip to content

Commit

Permalink
fix: modify publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
DuoDuoJuZi authored Dec 25, 2024
1 parent 1dd2544 commit e1ed5a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ jobs:
uses: MariachiBear/[email protected]

- name: Publish to GitHub Packages
run: ./gradlew publish
run: ./gradlew publish -PisGitHubActions=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USERNAME: ${{ github.actor }}
isGitHubActions: "true"

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit e1ed5a1

Please sign in to comment.