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

This commit is contained in:
Nicolai Ort 2022-05-04 20:55:10 +02:00
parent 673c294e22
commit ae5fde95d9
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

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]