Skip to content

Commit

Permalink
Fix tag template to match old standard
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Dec 17, 2022
1 parent 227c4ae commit ff306f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }'"
Expand Down

0 comments on commit ff306f8

Please sign in to comment.