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