The release that we create should be a draft
A human should have to publish it.
This commit is contained in:
parent
7deb8489e4
commit
b74bf4aa9a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
release_name: Release ${{ github.ref }}
|
release_name: Release ${{ github.ref }}
|
||||||
|
draft: true
|
||||||
|
|
||||||
release_assets:
|
release_assets:
|
||||||
name: Release assets
|
name: Release assets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue