Skip to content

Commit

Permalink
Add missing cf project id to mods toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Apr 14, 2024
1 parent 24e9fd2 commit cf8aa4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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:
with:
asset_paths: '["./build/libs/*.jar"]'

- name: Publish to Curseforge and Minotaur (Forge)
- name: Publish (Forge)
uses: Kir-Antipov/mc-publish@v3
with:
name: ${{ github.event.repository.name }}-MC${{ steps.split_tag.outputs.mc_version }}-${{ steps.split_tag.outputs.mod_version }}
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ mandatory = true
versionRange = "[1.18.2,1.19)"
ordering = "NONE"
side = "BOTH"

[mc-publish]
curseforge = 511276

0 comments on commit cf8aa4a

Please sign in to comment.