Skip to content

Commit 22224fd

Browse files
authored
Update build.yml
Signed-off-by: pentest-gg <zumtestenfuerdiscord@gmail.com>
1 parent f245390 commit 22224fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
- name: Create release
6565
uses: ncipollo/release-action@v1
6666
with:
67-
draft: true
67+
draft: false
68+
generateReleaseNotes: true
6869
body: ${{ github.event.head_commit.message }}
6970
artifacts: dist/*.whl,dist/*.tar.gz
7071
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)