From 5f4ca7712b8d7c05fb2312e3fa6c3188a1e81f79 Mon Sep 17 00:00:00 2001 From: Frederik Berlaen Date: Tue, 12 Mar 2024 17:30:46 +0100 Subject: [PATCH] Update pr_to_tag.yml --- .github/workflows/pr_to_tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_to_tag.yml b/.github/workflows/pr_to_tag.yml index 260a835..3f740cb 100644 --- a/.github/workflows/pr_to_tag.yml +++ b/.github/workflows/pr_to_tag.yml @@ -19,7 +19,7 @@ jobs: - name: Create tag if not present uses: rickstaa/action-create-tag@v1 id: "tag_create" + continue-on-error: true with: tag: ${{ ENV.VERSION }} - tag_exists_error: false - github_token: ${{ secrets.GITHUB_TOKEN }} + force_push_tag: true