Manual git pull
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-05-04 20:55:10 +02:00
parent 673c294e22
commit ae5fde95d9

View File

@@ -40,6 +40,7 @@ steps:
- git config --global push.default current
- yarn
- yarn release
- git pull
- name: push to repo
image: appleboy/drone-git-push
depends_on: [bump_patch]