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