Defaulted git config upstream
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Nicolai Ort 2022-05-04 20:57:15 +02:00
parent ae5fde95d9
commit 72805144ed
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -38,6 +38,7 @@ steps:
commands: commands:
- apk add git - apk add git
- git config --global push.default current - git config --global push.default current
- git branch --set-upstream-to=origin/main main
- yarn - yarn
- yarn release - yarn release
- git pull - git pull