Skip to content

Commit

Permalink
Fix: don't publish snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodehawa committed Dec 27, 2023
1 parent 99c5029 commit 535cd56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
with:
distribution: 'zulu'
java-version: 11
- run: chmod +x gradlew && ./gradlew build publishGprSnapshotPublicationToGitHubPackagesRepository
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: ./gradlew publishGprPublicationToGitHubPackagesRepository
if: github.event_name == 'release' && github.event.action == 'created'
env:
Expand Down

0 comments on commit 535cd56

Please sign in to comment.