From 2d410650fb530c36ab8b9ee984694c0bfe46bfce Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Wed, 1 Jun 2022 23:40:09 +0200 Subject: [PATCH] fix(pipeline): push version and changelog after update --- .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: -- 2.45.2