From ff306f832d7eaf4c3fc2b37b5c75f1f0195ad971 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sat, 17 Dec 2022 12:06:29 -0800 Subject: [PATCH] Fix tag template to match old standard --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c92433a..c6c73772 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,7 @@ jobs: if: steps.check-parent-commit.outputs.sha uses: salsify/action-detect-and-tag-new-version@v2 with: + tag-template: "{VERSION}" version-command: | bash -o pipefail -c "poetry version | awk '{ print \$2 }'"