Skip to content

Commit

Permalink
chore(workflows): update build-and-release-send-ci-cd-trace-action.yml (
Browse files Browse the repository at this point in the history
  • Loading branch information
sduranc authored Oct 29, 2024
1 parent 7379b8e commit c333ab0
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c333ab0

Please sign in to comment.