Skip to content

Commit b1f89f7

Browse files
committed
chore: enable updater json generation for release action
1 parent e4af473 commit b1f89f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-updater.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
tagName: ${{ github.ref_name }}
5757
releaseName: 'Skills Manager v__VERSION__'
5858
releaseBody: 'See the assets to download this version and install.'
59-
releaseDraft: true
59+
releaseDraft: false
6060
prerelease: false
61+
includeUpdaterJson: true
6162
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)