We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7701c commit 9defe5eCopy full SHA for 9defe5e
1 file changed
tools/scripts/npm_publish
@@ -389,7 +389,7 @@ publish() {
389
# Updates a remote repository.
390
update_remote_repository() {
391
echo 'Pushing tags to remote repository...' >&2
392
- git push origin --tags
+ git push origin "v${release_version}"
393
if [[ "$?" -ne 0 ]]; then
394
echo '' >&2
395
echo 'Error: unexpected error. Encountered an error when attempting to push tags to remote repository.' >&2
0 commit comments