Skip to content

Commit f495f7e

Browse files
committed
Allow failures of Modrinth CI step
1 parent 854d207 commit f495f7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
CURSEFORGE_KEY_SECRET: ${{ secrets.CURSEFORGE_KEY_SECRET }}
7070
run: ./gradlew publishCurseForge
7171
- name: 'Deploy to Modrinth'
72+
continue-on-error: true
7273
if: startsWith(github.ref, 'refs/tags/') || (!startsWith(github.event.head_commit.message, 'Bump mod version') && startsWith(github.ref, 'refs/heads/master'))
7374
env:
7475
MODRINTH_KEY_SECRET: ${{ secrets.MODRINTH_KEY_SECRET }}

0 commit comments

Comments
 (0)