We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5492259 commit e697949Copy full SHA for e697949
2 files changed
.github/workflows/npm-publish.yml
@@ -68,7 +68,7 @@ jobs:
68
- run: npm publish
69
working-directory: packages/react-native-device-activity
70
71
- - run: git push --follow-tags
+ - run: git push --follow-tags --no-verify
72
env:
73
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
74
packages/react-native-device-activity/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-device-activity",
3
- "version": "0.4.13",
+ "version": "0.4.14",
4
"description": "Provides access to Apples DeviceActivity API",
5
"main": "build/index.js",
6
"types": "build/index.d.ts",
0 commit comments