Commit 7741001 authored Sep 24, 2023 Verified
File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 96
96
- name : Install Dependencies
97
97
run : pnpm install --no-frozen-lockfile
98
98
99
+ - name : Build
100
+ run : pnpm build
101
+
99
102
- run : npm pkg set publishConfig.registry=https://npm.pkg.github.com
100
103
- run : npm publish
101
104
env :
@@ -128,6 +131,9 @@ jobs:
128
131
- name : Install Dependencies
129
132
run : pnpm install --no-frozen-lockfile
130
133
134
+ - name : Build
135
+ run : pnpm build
136
+
131
137
- run : git config --global user.name "GitHub CD bot"
132
138
- run : git config --global user.email "github-cd-bot@example.com"
133
139
- run : npm publish --access public
Original file line number Diff line number Diff line change 1
1
# android-tools
2
2
3
- [ ![ Test] ( https://github.com/wtto00/android-tools/actions/workflows/test.yml/badge.svg )] ( https://github.com/wtto00/android-tools/actions/workflows/test.yml )
3
+ [ ![ Test] ( https://github.com/wtto00/android-tools/actions/workflows/test-publish .yml/badge.svg )] ( https://github.com/wtto00/android-tools/actions/workflows/test-publish .yml )
4
4
5
5
使用 Nodejs 控制管理 Andorid 设备。
6
6
Original file line number Diff line number Diff line change 1
1
# android-tools
2
2
3
- [ ![ Test] ( https://github.com/wtto00/android-tools/actions/workflows/test.yml/badge.svg )] ( https://github.com/wtto00/android-tools/actions/workflows/test.yml )
3
+ [ ![ Test] ( https://github.com/wtto00/android-tools/actions/workflows/test-publish .yml/badge.svg )] ( https://github.com/wtto00/android-tools/actions/workflows/test-publish .yml )
4
4
5
5
Node module for managing and controlling the Android Devices.
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wtto00/android-tools" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Node module for managing and controlling the Android Devices." ,
5
5
"type" : " module" ,
6
6
"main" : " dist/lib/index.js" ,
You can’t perform that action at this time.
0 commit comments