diff --git a/apps/mobile/scripts/signed-build.ts b/apps/mobile/scripts/signed-build.ts index f6f68e6..a13f3c3 100644 --- a/apps/mobile/scripts/signed-build.ts +++ b/apps/mobile/scripts/signed-build.ts @@ -60,7 +60,8 @@ const signedBuildCommand = command({ long: 'gh-release', type: boolean, short: 'g', - description: 'Whether to create a GitHub release (deprecated, use release-it instead)', + description: + 'Whether to create a GitHub release (deprecated, use release-it instead)', defaultValue: () => false, }), },