From 64fc5dd78da0470be9e10a2f6d5cdfb0f8d3cb40 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Mon, 23 Jan 2023 22:35:16 +0100 Subject: [PATCH] ci: :green_heart: use dry run --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 14e7604..b6b01c1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: conventional_commits: image: node:19 commands: - - npx standard-version + - npx standard-version --dry-run - git tag branches: main