Skip to content

Commit

Permalink
build: Update MC Publish action to v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Aug 20, 2023
1 parent 5fd7bdd commit 0f5df58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# https://github.com/marketplace/actions/publish-minecraft-mods
- name: Publish mod
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
# GitHub releases
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
}
},
"mc-publish": {
"quilt": true,
"loaders": [
"fabric",
"quilt"
],
"curseforge": 616330,
"modrinth": "ZPywkPEo"
}
Expand Down

0 comments on commit 0f5df58

Please sign in to comment.