Skip to content

Commit 81da9ed

Browse files
committed
fix: fix release via release-it
Fix `release-it` publishing configuration. See https://github.com/release-it/release-it/blob/HEAD/docs/npm.md#trusted-publishing-oidc
1 parent 3f9dd6a commit 81da9ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
"url": "https://github.com/contentpass/react-native-contentpass/issues"
6666
},
6767
"homepage": "https://github.com/contentpass/react-native-contentpass#readme",
68+
"npm": {
69+
"skipChecks": true
70+
},
6871
"publishConfig": {
6972
"registry": "https://registry.npmjs.org/",
7073
"access": "public"

0 commit comments

Comments
 (0)