Skip to content

Commit 6f42e45

Browse files
committed
Allow failures of Modrinth CI step
1 parent 1880aad commit 6f42e45

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
@@ -60,6 +60,7 @@ jobs:
6060
CURSEFORGE_KEY_SECRET: ${{ secrets.CURSEFORGE_KEY_SECRET }}
6161
run: ./gradlew curseforge
6262
- name: 'Deploy to Modrinth'
63+
continue-on-error: true
6364
if: startsWith(github.ref, 'refs/tags/')
6465
env:
6566
MODRINTH_KEY_SECRET: ${{ secrets.MODRINTH_KEY_SECRET }}

0 commit comments

Comments
 (0)