Skip to content

Commit

Permalink
fix: remove run
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Nov 18, 2022
1 parent 694d458 commit 1a47032
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
java-version: '17'
- name: Publish to Maven & Curseforge
uses: gradle/gradle-build-action@v2
run: |
chmod +x ./gradlew
./gradlew build publish --no-daemon
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CURSE_TOKEN: ${{ secrets.CURSE_TOKEN }}
Expand Down

0 comments on commit 1a47032

Please sign in to comment.