Skip to content

Commit 69f6545

Browse files
committed
fix: 1.21.8 publishing
1 parent fb48520 commit 69f6545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: ./gradlew build
3737
- name: upload to modrinth and curseforge
3838
run: ./gradlew modrinth curseforge
39-
if: github.ref == 'refs/heads/ver/1.21.7'
39+
if: github.ref == 'refs/heads/ver/1.21.8'
4040
env:
4141
MODRINTH_TOKEN: ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
4242
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_API_TOKEN }}

0 commit comments

Comments
 (0)