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

This commit is contained in:
2022-05-04 20:57:15 +02:00
parent ae5fde95d9
commit 72805144ed

View File

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