Skip to content

Commit e0ee198

Browse files
authored
Merge pull request #7 from jmorganca/mxyng/fix-publish
fix gh release upload
2 parents d394d13 + 99df3c3 commit e0ee198

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)