Skip to content

Commit b27b4a5

Browse files
committed
Allow failures of Modrinth CI step
1 parent 5f95bf9 commit b27b4a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
CURSEFORGE_KEY_SECRET: ${{ secrets.CURSEFORGE_KEY_SECRET }}
8282
run: ./gradlew curseforge
8383
- name: 'Deploy to Modrinth'
84+
continue-on-error: true
8485
if: startsWith(github.ref, 'refs/tags/') && startsWith(matrix.java, env.DEFAULT_JAVA_VERSION) && startsWith(matrix.distribution, env.DEFAULT_JAVA_DISTRIBUTION)
8586
env:
8687
MODRINTH_KEY_SECRET: ${{ secrets.MODRINTH_KEY_SECRET }}

0 commit comments

Comments
 (0)