ci: 💚 add branch to git push
continuous-integration/drone/push Build is failing Details

main
RaviAnand Mohabir 2 years ago
parent 0ff5df84fe
commit 5c708ef97a

@ -11,7 +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 --releaseCommitMessageFormat "chore(release): {{currentTag}} [CI SKIP]"'
- git push --follow-tags origin
- git push --follow-tags origin main
trigger:
branch:

Loading…
Cancel
Save