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 4b60814 commit 1886642Copy full SHA for 1886642
1 file changed
.github/workflows/ci.yml
@@ -92,8 +92,6 @@ jobs:
92
uses: pypa/gh-action-pypi-publish@release/v1
93
- name: Create a Release
94
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
95
- uses: softprops/action-gh-release@v2
96
- with:
97
- files: |
98
- dist/*
99
- generate_release_notes: true
+ env:
+ GH_TOKEN: ${{ github.token }}
+ run: gh release create ${{ github.ref_name }} --generate-notes dist/*
0 commit comments