From 7d487626c74e90def5f96292aeffe39ffc136aff Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Mon, 23 Jan 2023 22:32:16 +0100 Subject: [PATCH] ci: :green_heart: output `git tag` after pipeline execution --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 627d35e..c5426b4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,5 +4,6 @@ pipeline: commands: - npm install --global standard-version - standard-version + - git tag branches: main