Skip to content

Commit 4fbb7fb

Browse files
committed
add more debugging
1 parent 1dc268f commit 4fbb7fb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
working-directory: packages/react-native-device-activity
7171

7272
- run: |
73+
git status
74+
git branch -a
75+
git log -1
7376
git push origin HEAD --no-verify
7477
git push origin --tags --no-verify
7578
env:

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.16",
3+
"version": "0.4.17",
44
"description": "Provides access to Apples DeviceActivity API",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)