Skip to content

Commit

Permalink
update mc-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jun 7, 2024
1 parent 3b51bb5 commit 58f4441
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: ./gradlew publish
- name: Publish (GitHub Releases)
id: publish_github
uses: Kir-Antipov/mc-publish@423b200ec84e6eefad726549c72513d7a9b4c2c0 # (new) v3.3
uses: Kir-Antipov/mc-publish@995edadc13559a8b28d0b7e6571229f067ec7659 # (new) v3.3.0
with:
github-token: ${{ github.token }}
version-type: beta
Expand All @@ -52,7 +52,7 @@ jobs:
**/build/libs/*-@(sources|javadoc).jar
- name: Publish (Fabric)
id: publish_fabric
uses: Kir-Antipov/mc-publish@423b200ec84e6eefad726549c72513d7a9b4c2c0 # (new) v3.3
uses: Kir-Antipov/mc-publish@995edadc13559a8b28d0b7e6571229f067ec7659 # (new) v3.3.0
with:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
Expand All @@ -63,7 +63,7 @@ jobs:
Fabric/build/libs/*-@(sources|javadoc).jar
- name: Publish (NeoForge)
id: publish_neoforge
uses: Kir-Antipov/mc-publish@423b200ec84e6eefad726549c72513d7a9b4c2c0 # (new) v3.3
uses: Kir-Antipov/mc-publish@995edadc13559a8b28d0b7e6571229f067ec7659 # (new) v3.3.0
with:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
Expand All @@ -74,7 +74,7 @@ jobs:
NeoForge/build/libs/*-@(sources|javadoc).jar
# - name: Publish (Quilt)
# id: publish_quilt
# uses: Kir-Antipov/mc-publish@423b200ec84e6eefad726549c72513d7a9b4c2c0 # (new) v3.3
# uses: Kir-Antipov/mc-publish@995edadc13559a8b28d0b7e6571229f067ec7659 # (new) v3.3.0
# with:
# modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
# curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
Expand Down

0 comments on commit 58f4441

Please sign in to comment.