Skip to content

Commit 0891f25

Browse files
committed
fix: draft release to to at issue creation
1 parent fbb885a commit 0891f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tauri-build-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: `Phoenix Code Pre-release v${process.env.PACKAGE_VERSION}`,
3636
body: 'Take a look at the assets to download and install Phoenix Code For your platform.\n\n>UpdateNotification: <replace this text to show a 1 line **Release Notes** to the user in the notification dialogue ![image](https://github.com/abose/phoenix-desktop/assets/5336369/c747898a-29ef-43c7-b74e-dddd5104a56c). Wait for a new pull request in the repo.>',
3737
draft: true,
38-
prerelease: false
38+
prerelease: true
3939
})
4040
return data.id
4141

0 commit comments

Comments
 (0)