CI: publish releases as non-draft

This commit is contained in:
Danila Poyarkov 2026-03-02 15:54:43 +03:00
parent 7eb74c3969
commit e0c5820183

View file

@ -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