fix(ci): actually run the correct gradle task

This commit is contained in:
Ashhhleyyy 2022-07-17 20:49:09 +01:00
parent 76528647c7
commit 7b87d76ec3
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -31,7 +31,7 @@ jobs:
- name: Build and publish with gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
arguments: modrinth
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}