From e9921292613c22d4048c8b359632208ade03873b Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Wed, 1 Jun 2022 23:41:44 +0200 Subject: [PATCH] fix(pipeline): push version and changelog after update Reviewed-on: https://git.riba-interactive.de/rick/waitui/pulls/5 PR #5 --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index f831303..330ab90 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ steps: commands: - git add . - git commit -m "[CI SKIP] version and changelog update" + - git push origin - name: tag commit image: registry.riba-interactive.de/conventi:1 commands: