Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat committed Jun 15, 2024
1 parent 9aa442a commit 7f1b7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
properties: "version enabledPlatforms minecraftVersion"

- name: Publish Release
run: ./gradlew publish --info
run: ./gradlew publish
env:
MAVEN_USER: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASS: ${{ secrets.MAVEN_PASSWORD }}
Expand Down

0 comments on commit 7f1b7ab

Please sign in to comment.