Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodexAdrian authored Jul 8, 2024
1 parent 2743261 commit 147de3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -100,4 +100,4 @@ jobs:
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
raw-data: ./build/embed.json
raw-data: ./build/embed.json

0 comments on commit 147de3a

Please sign in to comment.