diff --git a/.github/workflows/ReleaseTag.yml b/.github/workflows/ReleaseTag.yml index 8ee459b..fb8c074 100644 --- a/.github/workflows/ReleaseTag.yml +++ b/.github/workflows/ReleaseTag.yml @@ -15,6 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create release + continue-on-error: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref_name }}