Skip to content

Commit

Permalink
Fixes publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Jan 20, 2023
1 parent 8eb5b18 commit ad857c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: upload to modrinth and curseforge
run: ./gradlew modrinth curseforge
if: github.ref == 'refs/heads/ver/1.18'
if: github.ref == 'refs/heads/ver/1.19.2'
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_API_TOKEN }}
Expand Down

0 comments on commit ad857c3

Please sign in to comment.