Skip to content

Commit

Permalink
Fix release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Mar 26, 2023
1 parent 0dc40f7 commit d374087
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build --parallel --stacktrace

- name: Publish
uses: gradle/gradle-build-action@v2
with:
arguments: modrinth curseforge --stacktrace
arguments: build modrinth curseforge --parallel --stacktrace
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
Expand Down

0 comments on commit d374087

Please sign in to comment.