Skip to content

Commit 9defe5e

Browse files
committed
Only push created tag
1 parent bf7701c commit 9defe5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/scripts/npm_publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ publish() {
389389
# Updates a remote repository.
390390
update_remote_repository() {
391391
echo 'Pushing tags to remote repository...' >&2
392-
git push origin --tags
392+
git push origin "v${release_version}"
393393
if [[ "$?" -ne 0 ]]; then
394394
echo '' >&2
395395
echo 'Error: unexpected error. Encountered an error when attempting to push tags to remote repository.' >&2

0 commit comments

Comments
 (0)