Skip to content

Commit

Permalink
Publishing info
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Oct 3, 2023
1 parent ba82b87 commit 4f54da5
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -81,7 +81,7 @@ jobs:
files: '${{ steps.download.outputs.download-path }}/!(*-@(dev|sources)).jar'

modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
# curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}

game-versions: |
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@
"depends": {
"java": ">=17",
"fabric-api": "*"
},

"custom": {
"projects": {
"modrinth": "aJb4vlkM"
}
}
}

0 comments on commit 4f54da5

Please sign in to comment.