From c333ab09ba8655f98267d0b9904f969419cc4040 Mon Sep 17 00:00:00 2001 From: Sebastian Duran Date: Tue, 29 Oct 2024 15:14:11 +0100 Subject: [PATCH] chore(workflows): update build-and-release-send-ci-cd-trace-action.yml (#1057) --- .../build-and-release-send-ci-cd-trace-action.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build-and-release-send-ci-cd-trace-action.yml b/.github/workflows/build-and-release-send-ci-cd-trace-action.yml index b51325f1..4a4e8b74 100644 --- a/.github/workflows/build-and-release-send-ci-cd-trace-action.yml +++ b/.github/workflows/build-and-release-send-ci-cd-trace-action.yml @@ -44,15 +44,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Create and push tag - id: create_tag - run: | - TAG_NAME="v$(date +'%Y%m%d%H%M%S')" # Create a unique tag with a timestamp - git tag $TAG_NAME - git push origin $TAG_NAME - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Create and push tag if: ${{ success() }} run: |