From 6db40907a2481daf157677c244ac107e44f0cd86 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Mon, 23 Jan 2023 22:45:35 +0100 Subject: [PATCH] ci: :construction_worker: remove --dry-run --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ee7bffb..409caf1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: conventional_commits: image: node:18 commands: - - npx standard-version --dry-run + - npx standard-version - git tag branches: main