diff --git a/.woodpecker.yml b/.woodpecker.yml index e424c8d..c97531a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: conventional_commits: image: node:18 commands: - - echo "test" >> test.txt + - git config --list - npm i -g standard-version - standard-version - git tag