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 24
24
25
25
- name : Build
26
26
run : npm run build
27
-
27
+
28
28
android-example :
29
29
name : Android example app
30
30
runs-on : ubuntu-latest
43
43
npx expo prebuild
44
44
cd android
45
45
./gradlew build
46
-
46
+
47
47
ios-example :
48
48
name : iOS example app
49
49
runs-on : macos-latest
62
62
npx expo prebuild
63
63
cd ios
64
64
xcodebuild build -workspace reactnativemcumanagerexample.xcworkspace -scheme reactnativemcumanagerexample CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
65
-
65
+
66
66
release :
67
67
name : Release
68
68
needs : [android-example, ios-example]
75
75
uses : actions/setup-node@v4
76
76
with :
77
77
node-version : 18
78
-
78
+
79
+ - name : Install dependencies
80
+ run : npm install
81
+
79
82
- name : Release
80
83
env :
81
84
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
82
85
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