Skip to content

Commit

Permalink
skip publish
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Sep 4, 2023
1 parent 19d9ec1 commit 37cda78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b

- name: Publish package
- name: Build package
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021
with:
arguments: publish
arguments: build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 37cda78

Please sign in to comment.