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 fb48520 commit 69f6545Copy full SHA for 69f6545
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: ./gradlew build
37
- name: upload to modrinth and curseforge
38
run: ./gradlew modrinth curseforge
39
- if: github.ref == 'refs/heads/ver/1.21.7'
+ if: github.ref == 'refs/heads/ver/1.21.8'
40
env:
41
MODRINTH_TOKEN: ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
42
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_API_TOKEN }}
0 commit comments