We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e40f11 + eac636f commit 704b8a0Copy full SHA for 704b8a0
1 file changed
.github/workflows/build.yml
@@ -188,7 +188,7 @@ jobs:
188
echo "✔️ All artifacts found"
189
190
- name: 🚀 Release
191
- uses: Kir-Antipov/mc-publish@v3.3.0
+ uses: Xikaro/game-publish@3.3.1
192
with:
193
modrinth-id: ${{ vars.MODRINTH_ID }}
194
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
@@ -202,6 +202,7 @@ jobs:
202
gregtechceu-modern(required)
203
terrafirmacraft(required)
204
205
+ github-name: ${{ needs.info.outputs.project_version }}
206
github-tag: ${{ needs.info.outputs.project_version }}
207
github-generate-changelog: true
208
github-draft: false
0 commit comments