Skip to content

Commit ad57099

Browse files
committed
patch: need to create a branch if pushing changes
1 parent 4515746 commit ad57099

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
2424
npm run build
2525
26+
git checkout -b v$VERSION_TAG
2627
npm version $VERSION_TAG --git-tag-version=false
2728
git commit -am "Release version $VERSION_TAG [ci skip]"
2829
git push origin release

0 commit comments

Comments
 (0)