Skip to content

Commit

Permalink
chore: Better version name on release
Browse files Browse the repository at this point in the history
  • Loading branch information
magicus committed Jan 24, 2024
1 parent f18fb2d commit 69920ec
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 @@ -73,7 +73,7 @@ jobs:
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
name: Status Effect Timer ${{ steps.version.outputs.full }}
name: Status Effect Timer ${{ steps.version.outputs.mod }} (${{ steps.version.outputs.minecraft }})
version: ${{ steps.version.outputs.full }}
version-type: release
changelog-file: ${{ steps.changelog.outputs.file }}
Expand Down

0 comments on commit 69920ec

Please sign in to comment.