Skip to content

Commit 95c0d81

Browse files
committed
forcing release default for workflow
1 parent 4584b1d commit 95c0d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ios-build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
options:
2929
- Debug
3030
- Release
31-
default: 'Debug'
31+
default: 'Release'
3232
platform-version:
3333
description: 'iOS platform version for simulator'
3434
required: false
@@ -60,7 +60,7 @@ on:
6060
default: 'iPhone 16'
6161

6262
env:
63-
BUILD_MODE: ${{ github.event.inputs.build-mode || 'Debug' }}
63+
BUILD_MODE: ${{ github.event.inputs.build-mode || 'Release' }}
6464
PLATFORM_VERSION: ${{ github.event.inputs.platform-version || '26.0' }}
6565
DEVICE_NAME: ${{ github.event.inputs.device-name || 'iPhone 16' }}
6666

0 commit comments

Comments
 (0)