fix: use the same tag for release push (#3)
This commit is contained in:
parent
e5f28c584a
commit
260abb4cdf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
poetry build
|
poetry build
|
||||||
- uses: softprops/action-gh-release@v1
|
- uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.get-tag.outputs.tag }}
|
tag_name: ${{ join(['v', steps.get-tag.outputs.tag]) }}
|
||||||
draft: true
|
draft: true
|
||||||
files: ./dist/*
|
files: ./dist/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue