From 06759153e5e843b34c4f0d0b5bd3fa0ce848df2f Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko <100789522+cucumber-sp@users.noreply.github.com> Date: Tue, 7 May 2024 07:35:07 +0300 Subject: [PATCH] Update update-build-release.yml --- .github/workflows/update-build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-build-release.yml b/.github/workflows/update-build-release.yml index fb38166..601e472 100644 --- a/.github/workflows/update-build-release.yml +++ b/.github/workflows/update-build-release.yml @@ -54,7 +54,7 @@ jobs: uses: rickstaa/action-create-tag@v1 if: ${{ steps.commit.outputs.commited || github.event.head_commit }} with: - tag: ${{ steps.version.outputs.tag_name }}" + tag: ${{ steps.version.outputs.tag_name }} force_push_tag: true commit_sha: ${{ steps.commit.outputs.commit_long_sha || github.event.head_commit.id}}