We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473c082 commit a49a3d0Copy full SHA for a49a3d0
.github/workflows/release.yml
@@ -36,6 +36,6 @@ jobs:
36
- name: Publish to npm
37
run: |
38
cd packages/react-native
39
- npm publish --access public
+ npm publish --access public --provenance
40
env:
41
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments