ci: 👷 use npx to run standard-version
ci/woodpecker/pr/woodpecker Pipeline failed Details

issues/1
RaviAnand Mohabir 2 years ago
parent 8b182baa2e
commit 6530285545

@ -2,8 +2,7 @@ pipeline:
conventional_commits: conventional_commits:
image: node:19 image: node:19
commands: commands:
- npm install --global standard-version - npx standard-version
- standard-version
- git tag - git tag
branches: main branches: main

Loading…
Cancel
Save