There was an error while loading. Please reload this page.
1 parent a9cf4a3 commit f32d875Copy full SHA for f32d875
1 file changed
build/publish.sh
@@ -29,6 +29,6 @@ git commit -m "Bump version to v$VERSION"
29
# Tag
30
git tag "v$VERSION"
31
# Push
32
-git push
+git push --tags
33
# Publish
34
npm publish ..
0 commit comments