Skip to content

Commit 1886642

Browse files
committed
Use regular gh CLI for release notes.
1 parent 4b60814 commit 1886642

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ jobs:
9292
uses: pypa/gh-action-pypi-publish@release/v1
9393
- name: Create a Release
9494
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
95+
env:
96+
GH_TOKEN: ${{ github.token }}
97+
run: gh release create ${{ github.ref_name }} --generate-notes dist/*

0 commit comments

Comments
 (0)