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 4c1e544 commit 56eaa98
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 @@ -60,6 +60,7 @@ jobs:
CURSEFORGE_KEY_SECRET: ${{ secrets.CURSEFORGE_KEY_SECRET }}
run: ./gradlew curseforge
- name: 'Deploy to Modrinth'
continue-on-error: true
if: startsWith(github.ref, 'refs/tags/')
env:
MODRINTH_KEY_SECRET: ${{ secrets.MODRINTH_KEY_SECRET }}
Expand Down

0 comments on commit 56eaa98

Please sign in to comment.