CI: publish releases as non-draft
This commit is contained in:
parent
7eb74c3969
commit
e0c5820183
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
tagName: ${{ github.ref_name }}
|
||||
releaseName: 'OpenPencil ${{ github.ref_name }}'
|
||||
releaseBody: 'See [CHANGELOG.md](https://github.com/open-pencil/open-pencil/blob/${{ github.ref_name }}/CHANGELOG.md) for details.'
|
||||
releaseDraft: true
|
||||
releaseDraft: false
|
||||
|
||||
publish-npm:
|
||||
needs: build
|
||||
|
|
|
|||
Loading…
Reference in a new issue