File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1111jobs :
1212 build-android :
1313 name : Build Android demo app
14- environment : manual -approval
14+ environment : demo-app-build -approval
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1111jobs :
1212 build-ios :
1313 name : Build iOS demo app
14- environment : manual -approval
14+ environment : demo-app-build -approval
1515 runs-on : macos-latest
1616 steps :
1717 - name : Checkout
Original file line number Diff line number Diff line change 1515 release :
1616 name : Release
1717 runs-on : ubuntu-latest
18+ environment : release-approval
1819 steps :
1920 - name : Checkout
2021 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments