Skip to content

Commit

Permalink
Fix publishing action.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Aug 2, 2022
1 parent 187e438 commit b195e2f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ jobs:
distribution: 'temurin'

- name: Build with Gradle
run: ./gradlew build --parallel --stacktrace
- name: Publish to Modrinth
run: ./gradlew build modrinth curseforge --parallel --stacktrace
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
run: ./gradlew modrinth
- name: Publish to CurseForge
env:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
run: ./gradlew curseforge

0 comments on commit b195e2f

Please sign in to comment.