Skip to content

Commit

Permalink
Update publish.yml with modrinth & curseforge
Browse files Browse the repository at this point in the history
Publish will now upload files to modrinth & curseforge.
  • Loading branch information
Gilly7CE committed May 16, 2023
1 parent fa2b06a commit c1eb5e4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,18 @@ jobs:
- name: Publish mod
uses: Kir-Antipov/mc-publish@v3.2
with:
version-type: alpha
version-type: release
version-resolver: releases
dependencies: |
carpet | depends
# Publish to modrinth
modrinth-id: iIPoKpIW
modrinth-token: "${{ secrets.MODRINTH_TOKEN }}"

# Publish to curseforge
curseforge-id: 862771
curseforge-token: "${{ secrets.CURSEFORGE_TOKEN }}"

# Publish to github
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c1eb5e4

Please sign in to comment.