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 898431c commit f2933a4Copy full SHA for f2933a4
1 file changed
.github/workflows/ci.yml
@@ -115,8 +115,6 @@ jobs:
115
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
116
- name: Create a GitHub Release
117
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
118
- uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
119
- with:
120
- files: |
121
- dist/*
122
- generate_release_notes: true
+ run: gh release create --generate-notes "$GITHUB_REF_NAME" dist/*
+ env:
+ GH_TOKEN: ${{ github.token }}
0 commit comments