ci: 👷 remove bash-specific if-statement
ci/woodpecker/pr/woodpecker Pipeline failed Details

issues/1
RaviAnand Mohabir 2 years ago
parent 7a130eae54
commit 63d8393381

@ -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

Loading…
Cancel
Save