diff --git a/.woodpecker.yml b/.woodpecker.yml index da77a62..f829586 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,8 +2,8 @@ pipeline: conventional_commits: image: node:18 commands: - - bash - - npx standard-version + - npm i -g standard-version + - standard-version - git tag branches: main