Skip to content

Commit

Permalink
update publish workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed Jul 8, 2024
1 parent f68d856 commit 7247126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: rm -f fabric/build/libs/* forge/build/libs/* && ./gradlew remapJar
- name: Publish Fabric
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
modrinth-id: yjvKidNM
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand All @@ -32,7 +32,7 @@ jobs:
fabric
quilt
- name: Publish Forge
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
modrinth-id: yjvKidNM
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand Down

0 comments on commit 7247126

Please sign in to comment.