Fix modrinth gha upload

This commit is contained in:
Ben Woo 2023-08-15 14:54:16 +08:00
parent befb2b54d8
commit 6f39a2c97d
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8
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 }}