We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e177217 commit 9d3c750Copy full SHA for 9d3c750
2 files changed
.github/workflows/npm-publish.yml
@@ -66,6 +66,10 @@ jobs:
66
run: |
67
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
68
69
+ - run: git add packages/react-native-device-activity/package.json
70
+
71
+ - run: git commit -m "chore: update version"
72
73
- run: npm publish
74
working-directory: packages/react-native-device-activity
75
packages/react-native-device-activity/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-device-activity",
3
- "version": "0.4.17",
+ "version": "0.4.18",
4
"description": "Provides access to Apples DeviceActivity API",
5
"main": "build/index.js",
6
"types": "build/index.d.ts",
0 commit comments