From e774ea65d94fd3b6e2776bb0cb85f9ab718ab9fd Mon Sep 17 00:00:00 2001 From: Andrey Onischenko <100789522+cucumber-sp@users.noreply.github.com> Date: Tue, 21 May 2024 19:34:42 +0300 Subject: [PATCH] Update update-build-release.yml --- .github/workflows/update-build-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-build-release.yml b/.github/workflows/update-build-release.yml index 9ed6157..7ba0620 100644 --- a/.github/workflows/update-build-release.yml +++ b/.github/workflows/update-build-release.yml @@ -52,7 +52,6 @@ jobs: - name: Tag Repo uses: rickstaa/action-create-tag@v1 - if: ${{ steps.commit.outputs.commited || github.event.head_commit }} with: tag: ${{ steps.version.outputs.tag_name }} force_push_tag: true