We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18fb2d commit 69920ecCopy full SHA for 69920ec
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
74
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
75
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
76
- name: Status Effect Timer ${{ steps.version.outputs.full }}
+ name: Status Effect Timer ${{ steps.version.outputs.mod }} (${{ steps.version.outputs.minecraft }})
77
version: ${{ steps.version.outputs.full }}
78
version-type: release
79
changelog-file: ${{ steps.changelog.outputs.file }}
0 commit comments