Skip to content

Commit

Permalink
Fix release workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Mar 13, 2024
1 parent 06a665c commit 3f5f95d
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 @@ -90,5 +90,5 @@ jobs:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
MAVEN_URL: ${{ secrets.MAVEN_URL }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
CHANGELOG: ${{ needs.build.outputs.changelog }}

0 comments on commit 3f5f95d

Please sign in to comment.