Merge pull request #2944 from Multiverse/fix-modrinth-gha

Fix modrinth gha upload
This commit is contained in:
Jeremy Wood 2023-08-15 10:25:59 -04:00 committed by GitHub
commit ad296fde1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}