Skip to content

Commit

Permalink
Update tag with suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
117 committed Mar 29, 2024
1 parent 7ecd05f commit 3c730bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/bump_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:
RELEASE_BRANCHES: main
- name: update tag with suffix
run: |
git tag -d ${{ steps.tag_version.outputs.new_tag }}
git tag ${{ steps.tag_version.outputs.new_tag }}-preview
git push origin ${{ steps.tag_version.outputs.new_tag }}-preview

0 comments on commit 3c730bd

Please sign in to comment.