Skip to content

Commit 811cd91

Browse files
committed
fix: disable tauri updater signature requirement
1 parent a6d63a7 commit 811cd91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
tagName: junkcleaner-v__VERSION__
5353
releaseName: "Junk Cleaner v__VERSION__"
5454
releaseBody: "See the assets to download this version and install."
55-
releaseDraft: true
55+
releaseDraft: false
5656
prerelease: false
57+
includeUpdaterJson: false
5758
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)