We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577820b commit 08d3274Copy full SHA for 08d3274
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
run: |
33
- gh release upload ${{ github.ref }} dist/*
+ gh release upload ${{ github.event.release.tag_name }} dist/*
34
- name: Publish
35
# if: startsWith(github.ref, 'refs/tags')
36
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments