Skip to content

Commit

Permalink
fix: GHA publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Oct 6, 2023
1 parent 142a5db commit b6f6817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: upload to modrinth and curseforge
run: ./gradlew modrinth curseforge
if: github.ref == 'refs/heads/ver/1.20.2'
if: github.ref == 'refs/heads/ver/1.20.3'
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_API_TOKEN }}
Expand Down

0 comments on commit b6f6817

Please sign in to comment.