Skip to content

Commit

Permalink
Allow failures of Modrinth CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Feb 9, 2025
1 parent d05a9fd commit 74f44d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
CURSEFORGE_KEY_SECRET: ${{ secrets.CURSEFORGE_KEY_SECRET }}
run: ./gradlew publishCurseForge
- name: 'Deploy to Modrinth'
continue-on-error: true
if: startsWith(github.ref, 'refs/tags/') || (!startsWith(github.event.head_commit.message, 'Bump mod version') && startsWith(github.ref, 'refs/heads/master'))
env:
MODRINTH_KEY_SECRET: ${{ secrets.MODRINTH_KEY_SECRET }}
Expand Down

0 comments on commit 74f44d6

Please sign in to comment.