From 63d83933818ad4496bed96361907f86492902b80 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Mon, 23 Jan 2023 22:27:46 +0100 Subject: [PATCH] ci: :construction_worker: remove bash-specific if-statement --- .woodpecker.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 42e3868..627d35e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,11 +3,6 @@ pipeline: image: node:19 commands: - npm install --global standard-version - - | - if [[ $(git tag) -ne 0 ]]; then - standard-version - else - standard-version --first-release - fi + - standard-version branches: main