mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
Don't create draft release
See https://github.com/AButler/upload-release-assets/issues/10
This commit is contained in:
parent
6b5e91be5c
commit
d48ed0c2c6
1 changed files with 0 additions and 3 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -13,9 +13,6 @@ jobs:
|
|||
- name: create release
|
||||
id: create_release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
# only draft the release so changelog can be edited
|
||||
draft: true
|
||||
|
||||
build_ubuntu:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
|
|||
Loading…
Reference in a new issue