Skip to content

Commit 63d6358

Browse files
committed
fix(scripts): Push tags on release
1 parent a59ce9f commit 63d6358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/prepare-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ cp README.md dist/ngqp/core
2424
cp LICENSE dist/ngqp/core
2525

2626
echo "[7] Pushing to remote"
27-
git push
27+
git push --tags

0 commit comments

Comments
 (0)