From 9df4ea8c19527f80d6ef12efef7d02a17062bfea Mon Sep 17 00:00:00 2001 From: Aleksei Klochkov Date: Fri, 4 Jul 2025 12:32:51 +0200 Subject: [PATCH] Update ReleaseTag.yml --- .github/workflows/ReleaseTag.yml | 1 + 1 file changed, 1 insertion(+) 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 }}