Skip to content

Commit e2608af

Browse files
committed
Use regular gh CLI for release notes.
1 parent 70be7eb commit e2608af

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
@@ -93,8 +93,6 @@ jobs:
9393
uses: pypa/gh-action-pypi-publish@release/v1
9494
- name: Create a Release
9595
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
96+
env:
97+
GH_TOKEN: ${{ github.token }}
98+
run: gh release create ${{ github.ref_name }} --generate-notes dist/*

0 commit comments

Comments
 (0)