Skip to content

Commit

Permalink
chore(mc-publish): update
Browse files Browse the repository at this point in the history
v3.2 deprecated, updated to v3.3
  • Loading branch information
jh-devv authored Jan 25, 2024
1 parent c1ef1ac commit 2772ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
- name: Publish to Modrinth
id: modrinth
if: inputs.upload-modrinth == 'true'
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
modrinth-id: ${{ inputs.MODRINTH_ID }}
modrinth-token: ${{ inputs.MODRINTH_TOKEN }}
Expand All @@ -117,7 +117,7 @@ runs:
- name: Publish to CurseForge
id: curseforge
if: inputs.upload-curse == 'true'
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
curseforge-id: ${{ inputs.CURSEFORGE_ID }}
curseforge-token: ${{ inputs.CURSEFORGE_TOKEN }}
Expand Down

0 comments on commit 2772ee5

Please sign in to comment.