diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3437809ca..9252bd843 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}