Skip to content

Commit

Permalink
Updated mc-publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
BackupCup committed Jan 21, 2024
1 parent db60e43 commit 6756db5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/versionPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:


- name: Publish CurseForge
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
curseforge-id: 947955
curseforge-token: "${{env.CURSEFORGE_TOKEN}}"
Expand All @@ -57,7 +57,7 @@ jobs:


- name: Publish Github
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
github-tag: "v${{env.VERSION}}"
github-token: "${{env.GITHUB_TOKEN}}"
Expand All @@ -73,7 +73,7 @@ jobs:


- name: Publish Modrinth
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
modrinth-id: GJry151G
modrinth-token: "${{env.MODRINTH_TOKEN}}"
Expand Down

0 comments on commit 6756db5

Please sign in to comment.