Skip to content

Commit e697949

Browse files
committed
add --no-verify
1 parent 5492259 commit e697949

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- run: npm publish
6969
working-directory: packages/react-native-device-activity
7070

71-
- run: git push --follow-tags
71+
- run: git push --follow-tags --no-verify
7272
env:
7373
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
7474

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

0 commit comments

Comments
 (0)