Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TibiNonEst committed Apr 17, 2023
1 parent 44a74a6 commit cc3e6d1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,14 @@ jobs:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

- name: Upload artifacts to Modrinth, Curseforge and GitHub
uses: Kir-Antipov/mc-publish@v3.1
- name: Upload artifacts to Modrinth and GitHub
uses: Kir-Antipov/mc-publish@v3
with:
modrinth-id: 5AgJnN8I
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

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

github-token: ${{ secrets.GITHUB_TOKEN }}

files: build/libs/!(*-sources).jar

loaders: |
fabric
quilt
loaders: fabric quilt

0 comments on commit cc3e6d1

Please sign in to comment.