Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Nov 15, 2022
1 parent a40f6c5 commit ca18c72
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 @@ -28,5 +28,5 @@ jobs:
asset_content_type: application/java-archive
- name: Publish to Modrinth
env:
MODRINTH_TOKEN: secrets.MODRINTH_TOKEN
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
run: ./gradlew modrinth -Prelease=${{ github.event.release.tag_name }} -Pchangelog="${{ github.event.release.body }}"

0 comments on commit ca18c72

Please sign in to comment.