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