Skip to content

Commit 628e211

Browse files
committed
fix(release): release shell
1 parent 271dde8 commit 628e211

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: build/release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
3939
git commit -m "chore: add changelog $VERSION"
4040

4141
# publish
42+
git tag v$VERSION
4243
git push origin refs/tags/v$VERSION
4344
git push
4445
if [[ -z $RELEASE_TAG ]]; then

0 commit comments

Comments
 (0)