fix: use the same tag for release push (#3)

This commit is contained in:
Marc 2022-03-17 22:51:18 -04:00 committed by GitHub
parent e5f28c584a
commit 260abb4cdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
poetry build
- uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.get-tag.outputs.tag }}
tag_name: ${{ join(['v', steps.get-tag.outputs.tag]) }}
draft: true
files: ./dist/*