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

This commit is contained in:
2022-05-04 20:51:32 +02:00
parent 3aaefd971b
commit d0d24eb332

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]