Skip to content

Commit da9a8ce

Browse files
ci: set production environment for Android and iOS build jobs in CI workflow
1 parent 40ac8c5 commit da9a8ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252

5353
build-android:
5454
runs-on: ubuntu-latest
55+
environment: production
5556
env:
5657
TURBO_CACHE_DIR: .turbo/android
5758
steps:
@@ -119,6 +120,7 @@ jobs:
119120

120121
build-ios:
121122
runs-on: macos-latest
123+
environment: production
122124
env:
123125
XCODE_VERSION: 16.2
124126
TURBO_CACHE_DIR: .turbo/ios

0 commit comments

Comments
 (0)