Skip to content

Commit 953e7cc

Browse files
committed
Disable releaseDraft for tauri-action
Disable releaseDraft for tauri-action to enable to upload executables
1 parent 71beac8 commit 953e7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
5454
releaseName: 'v__VERSION__'
5555
releaseBody: 'See the assets to download this version and install.'
56-
releaseDraft: true
56+
releaseDraft: false
5757
prerelease: false
5858
args: ${{ matrix.args }}
5959

0 commit comments

Comments
 (0)