summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2022-12-17 12:06:29 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2022-12-17 12:06:41 -0800
commitff306f832d7eaf4c3fc2b37b5c75f1f0195ad971 (patch)
treedceba1a18c84a57b0ac15cd5f61e9ce59942e177 /.github
parent227c4ae6473fd31992c4dd2d1589b8f003af1e16 (diff)
downloadisort-ff306f832d7eaf4c3fc2b37b5c75f1f0195ad971.tar.gz
Fix tag template to match old standard
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
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 }'"