Skip to content

Commit

Permalink
remove mc-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Nov 29, 2024
1 parent 167d604 commit 2eb4bf4
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,3 @@ jobs:
with:
name: Artifacts
path: build/libs/

- name: publish to Modrinth and Curseforge
uses: Kir-Antipov/mc-publish@v3.3
if: github.event_name != 'pull_request'
with:
modrinth-id: tEJPA4Ty
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-featured: true

curseforge-id: 696251
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

loaders: |
fabric
quilt
version-type: alpha

changelog: ${{ github.event.head_commit.message }}

0 comments on commit 2eb4bf4

Please sign in to comment.