Added custom commit logic
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Nicolai Ort 2022-05-04 20:51:32 +02:00
parent 3aaefd971b
commit d0d24eb332
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -40,6 +40,8 @@ steps:
- git config --global push.default current
- yarn
- yarn release
- git add package.json
- git commit -m ${DRONE_TAG}
- name: push to repo
image: appleboy/drone-git-push
depends_on: [bump_patch]