We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1017037 commit 04d3071Copy full SHA for 04d3071
.github/workflows/release.yml
@@ -133,6 +133,7 @@ jobs:
133
path: ${{ matrix.loader }}/build/libs
134
- name: Publish (Modrinth)
135
id: publish_modrinth
136
+ if: matrix.platform == 'Modrinth'
137
uses: Kira-NT/mc-publish@995edadc13559a8b28d0b7e6571229f067ec7659
138
with:
139
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
@@ -143,6 +144,7 @@ jobs:
143
144
${{ matrix.loader }}/build/libs/*-@(sources|javadoc).jar
145
- name: Publish (Curseforge)
146
id: publish_curseforge
147
+ if: matrix.platform == 'Curseforge'
148
149
150
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
0 commit comments