Skip to content

Commit d28371d

Browse files
committed
chore: do not create component tag in the CI
1 parent e82d5ef commit d28371d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,4 @@ jobs:
4848
git push origin v$major_version --force
4949
git push origin v$full_version
5050
51-
git tag -a $tag_name $GITHUB_SHA -m "Release v$full_version"
52-
git push origin $tag_name
53-
5451
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)