Skip to content

Commit 9d3c750

Browse files
committed
add git add and commit
1 parent e177217 commit 9d3c750

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
run: |
6767
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
6868
69+
- run: git add packages/react-native-device-activity/package.json
70+
71+
- run: git commit -m "chore: update version"
72+
6973
- run: npm publish
7074
working-directory: packages/react-native-device-activity
7175

packages/react-native-device-activity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-device-activity",
3-
"version": "0.4.17",
3+
"version": "0.4.18",
44
"description": "Provides access to Apples DeviceActivity API",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)