fix(pipeline): fix git push parameters #6

Closed
rick wants to merge 2 commits from hotfix/push_changelog_version into main
Showing only changes of commit 5f11475069 - Show all commits

View File

@ -15,7 +15,7 @@ steps:
commands: commands:
- git add . - git add .
- git commit -m "[CI SKIP] version and changelog update" - git commit -m "[CI SKIP] version and changelog update"
- git push origin - git push origin $DRONE_TARGET_BRANCH
- name: tag commit - name: tag commit
image: registry.riba-interactive.de/conventi:1 image: registry.riba-interactive.de/conventi:1
commands: commands: