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