Skip to content

Commit

Permalink
Harden to API faults
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampflower committed Sep 24, 2023
1 parent d79791c commit c200f42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
distribution: temurin
java-version: 17
- name: Build and publish with Gradle
run: ./gradlew build modrinth curseforge --no-daemon
run: ./gradlew build modrinth curseforge --continue --no-daemon
env:
BUILD_RELEASE: ${{github.event.prelease == false}}
MODRINTH_TOKEN: ${{secrets.MODRINTH}}
CURSEFORGE_TOKEN: ${{secrets.CURSEFORGE}}
CHANGELOG: ${{ github.event.release.body }}
- name: Upload build artifacts
if: always()
uses: AButler/[email protected]
with:
files: 'build/libs/*'
Expand Down

0 comments on commit c200f42

Please sign in to comment.