ci: 👷 add git push after standard-version

pull/1/head
RaviAnand Mohabir 2 years ago
parent 2f231f24f1
commit 1163e5a9b6

@ -11,6 +11,7 @@ steps:
- git config --global url."https://$GIT_USERNAME:$GIT_TOKEN@gitea.ravianand.me/".insteadOf "https://gitea.ravianand.me/"
- npm i -g standard-version
- standard-version
- git push --follow-tags origin
trigger:
branch:

Loading…
Cancel
Save