diff --git a/.github/workflows/ReleaseTag.yml b/.github/workflows/ReleaseTag.yml index e3c2bd8..63ec8b3 100644 --- a/.github/workflows/ReleaseTag.yml +++ b/.github/workflows/ReleaseTag.yml @@ -13,6 +13,7 @@ jobs: release: name: Release pushed tag runs-on: ubuntu-latest + continue-on-error: true steps: - name: Create release env: @@ -23,4 +24,3 @@ jobs: --repo="$GITHUB_REPOSITORY" \ --title="v${tag#v}" \ --generate-notes - \ No newline at end of file