Update build-ios-release.yml (#9437)
disable intune in the release build
This commit is contained in:
parent
e436e1992e
commit
944a542110
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-ios-release.yml
vendored
2
.github/workflows/build-ios-release.yml
vendored
|
|
@ -11,7 +11,7 @@ on:
|
|||
env:
|
||||
NODE_VERSION: 22.14.0
|
||||
TERM: xterm
|
||||
INTUNE_ENABLED: 1
|
||||
INTUNE_ENABLED: 0
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue