Skip to content

Commit f32d875

Browse files
committed
Push tags too.
1 parent a9cf4a3 commit f32d875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ git commit -m "Bump version to v$VERSION"
2929
# Tag
3030
git tag "v$VERSION"
3131
# Push
32-
git push
32+
git push --tags
3333
# Publish
3434
npm publish ..

0 commit comments

Comments
 (0)