File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 52
52
- run : git config user.name "$(git log -n 1 --pretty=format:%an)"
53
53
- run : git config user.email "$(git log -n 1 --pretty=format:%ae)"
54
54
- run : echo "versionTag=`npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}"`" >> $GITHUB_ENV
55
+
55
56
- run : bun install
57
+
56
58
- run : npm publish
57
59
env :
58
60
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
Original file line number Diff line number Diff line change 13
13
- uses : oven-sh/setup-bun@v2
14
14
with :
15
15
bun-version : latest
16
+
17
+ - uses : actions/setup-node@v4
18
+ with :
19
+ cache : bun
20
+ registry-url : https://registry.npmjs.org/
21
+ scope : ' @kingstinct'
16
22
17
23
- run : bun install
18
24
19
- - run : bunx pkg-pr-new publish
25
+ - run : npx pkg-pr-new publish
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-device-activity" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"description" : " Provides access to Apples DeviceActivity API" ,
5
5
"main" : " build/index.js" ,
6
6
"types" : " build/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments