Skip to content

Commit 9eb7540

Browse files
committed
fix: push on tag
1 parent b2eb42f commit 9eb7540

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.deploy/tag.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,10 @@ fi
4141
echo "Creating tag: $TAG"
4242

4343
git tag -a "$TAG" -m "$VERSION"
44+
45+
echo "Creating release commit"
46+
git add .
47+
git commit -m "chore: release $NAME $VERSION"
48+
4449
git push --tags
4550
git push

.yarn/install-state.gz

3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)