Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
DuoDuoJuZi committed Dec 25, 2024
2 parents 2a643c6 + e1ed5a1 commit 729c47f
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 729c47f

Please sign in to comment.