Skip to content

Commit 99df3c3

Browse files
committed
fix gh release upload
1 parent d394d13 commit 99df3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
poetry version ${GITHUB_REF_NAME#v}
2323
poetry build
2424
- uses: pypa/gh-action-pypi-publish@release/v1
25-
- run: gh release upload $GIT_REF_NAME dist/*
25+
- run: gh release upload $GITHUB_REF_NAME dist/*
2626
env:
2727
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)