Skip to content

Commit

Permalink
fix: temporarily remove publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
DuoDuoJuZi authored Dec 26, 2024
1 parent 7bc9724 commit 7ce5559
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Get Repository Name
uses: MariachiBear/[email protected]

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

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

0 comments on commit 7ce5559

Please sign in to comment.