mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-21 18:15:26 +01:00
Merge pull request #2944 from Multiverse/fix-modrinth-gha
Fix modrinth gha upload
This commit is contained in:
commit
ad296fde1f
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -74,8 +74,9 @@ jobs:
|
||||
- name: Modrinth Upload
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
arguments: modrinth
|
||||
arguments: build modrinth
|
||||
env:
|
||||
GITHUB_VERSION: ${{ env.VERSION }}
|
||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
||||
CHANGELOG: ${{ steps.changelog.outputs.body }}
|
||||
PRERELEASE: ${{ steps.changelog.outputs.prerelease }}
|
||||
|
Loading…
Reference in New Issue
Block a user