diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4b6697ae4..179521c435 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -120,6 +120,7 @@ jobs: - name: Create GitHub release uses: "marvinpinto/action-automatic-releases@latest" if: startsWith(github.ref, 'refs/tags/v') + continue-on-error: true with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false