Skip to content

Commit 9ab0919

Browse files
committed
Update release workflow
1 parent 2275116 commit 9ab0919

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ jobs:
2323
env:
2424
FLIT_USERNAME: __token__
2525
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
26+
create-release:
27+
runs-on: ubuntu-latest
28+
steps:
29+
- uses: actions/checkout@v4
30+
- uses: taiki-e/create-gh-release-action@v1
31+
with:
32+
branch: main
33+
changelog: CHANGELOG.md
34+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)