fix gh release upload

This commit is contained in:
Michael Yang
2024-01-11 16:52:12 -08:00
parent d394d134f7
commit 99df3c3a07

View File

@@ -22,6 +22,6 @@ jobs:
poetry version ${GITHUB_REF_NAME#v}
poetry build
- uses: pypa/gh-action-pypi-publish@release/v1
- run: gh release upload $GIT_REF_NAME dist/*
- run: gh release upload $GITHUB_REF_NAME dist/*
env:
GH_TOKEN: ${{ github.token }}