Skip to content

Commit 1dc268f

Browse files
committed
change push logic
1 parent f16b65b commit 1dc268f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969
- run: npm publish
7070
working-directory: packages/react-native-device-activity
7171

72-
- run: git push --follow-tags --no-verify
72+
- run: |
73+
git push origin HEAD --no-verify
74+
git push origin --tags --no-verify
7375
env:
7476
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
7577

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

0 commit comments

Comments
 (0)