File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 2424
2525 - name : Build
2626 run : npm run build
27-
27+
2828 android-example :
2929 name : Android example app
3030 runs-on : ubuntu-latest
4343 npx expo prebuild
4444 cd android
4545 ./gradlew build
46-
46+
4747 ios-example :
4848 name : iOS example app
4949 runs-on : macos-latest
6262 npx expo prebuild
6363 cd ios
6464 xcodebuild build -workspace reactnativemcumanagerexample.xcworkspace -scheme reactnativemcumanagerexample CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
65-
65+
6666 release :
6767 name : Release
6868 needs : [android-example, ios-example]
7575 uses : actions/setup-node@v4
7676 with :
7777 node-version : 18
78-
78+
79+ - name : Install dependencies
80+ run : npm install
81+
7982 - name : Release
8083 env :
8184 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8285 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
83- run : npx semantic-release
86+ run : npx semantic-release
You can’t perform that action at this time.
0 commit comments