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 ab5900b commit 1ed0b05Copy full SHA for 1ed0b05
.github/workflows/publish.yaml
@@ -52,12 +52,9 @@ jobs:
52
game-versions: ${{ steps.versions.outputs.minecraft_version }}
53
changelog: ${{ steps.changelog.outputs.content }}
54
55
- modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
56
- modrinth-id: AhtxbnpG
+ modrinth-token: ${{ secrets.GITHUB_TOKEN }}
+ modrinth-id: b2SVO5sB
57
modrinth-featured: false
58
59
- curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
60
- curseforge-id: 616602
61
-
62
github-token: ${{ secrets.GITHUB_TOKEN }}
63
github-tag: ${{ steps.versions.outputs.mod_version }}+mc.${{ steps.versions.outputs.minecraft_version }}
0 commit comments