Skip to content

Commit ad296fd

Browse files
authored
Merge pull request #2944 from Multiverse/fix-modrinth-gha
Fix modrinth gha upload
2 parents befb2b5 + 6f39a2c commit ad296fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ jobs:
7474
- name: Modrinth Upload
7575
uses: gradle/gradle-build-action@v2
7676
with:
77-
arguments: modrinth
77+
arguments: build modrinth
7878
env:
79+
GITHUB_VERSION: ${{ env.VERSION }}
7980
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
8081
CHANGELOG: ${{ steps.changelog.outputs.body }}
8182
PRERELEASE: ${{ steps.changelog.outputs.prerelease }}

0 commit comments

Comments
 (0)