Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Jun 24, 2024
1 parent 594bdc5 commit 0c1acc8
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,20 @@ jobs:
- name: Upload Release
uses: Kir-Antipov/[email protected]
with:
with:
modrinth-id: 3HsvIkiC
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
name: ""
modrinth-files:
- build/target/*.mrpack
github-files:
- build/target/*.mrpack
- build/target/*.zip
loaders:
- forge
game-versions:
- 1.20.1
version-type: beta

github-token: ${{ secrets.GITHUB_TOKEN }}
changelog-file: changelog.md
github-generate-changelog: true
modrinth-id: 3HsvIkiC
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
name: ""
modrinth-files:
- build/target/*.mrpack
github-files:
- build/target/*.mrpack
- build/target/*.zip
loaders:
- forge
game-versions:
- 1.20.1
version-type: beta

github-token: ${{ secrets.GITHUB_TOKEN }}
changelog-file: changelog.md
github-generate-changelog: true

0 comments on commit 0c1acc8

Please sign in to comment.