Skip to content

Commit a384bd1

Browse files
committed
fix ref variable in tag
1 parent 90b29fc commit a384bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
repo_token: ${{ secrets.GITHUB_TOKEN }}
6969
file: dist/*.whl
70-
tag: ${{ github.ref#refs/tags/ }}
70+
tag: ${{ github.ref_name }}
7171
overwrite: true
7272
file_glob: true
7373

0 commit comments

Comments
 (0)