ci: 👷 install package with npm
ci/woodpecker/pr/woodpecker Pipeline failed Details

issues/1
RaviAnand Mohabir 2 years ago
parent 2d4744ccea
commit 6652d12e5e

@ -2,8 +2,8 @@ pipeline:
conventional_commits: conventional_commits:
image: node:18 image: node:18
commands: commands:
- bash - npm i -g standard-version
- npx standard-version - standard-version
- git tag - git tag
branches: main branches: main

Loading…
Cancel
Save