#!/bin/bash

git tag $npm_package_version

#change the push url to ssh protocl
git remote set-url --push origin "https://gitee.com/AnpingLi/${CI_PROJECT_PATH}.git"

git push origin $npm_package_version
