Skip to content

Commit a49a3d0

Browse files
committed
changes publish script
1 parent 473c082 commit a49a3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
- name: Publish to npm
3737
run: |
3838
cd packages/react-native
39-
npm publish --access public
39+
npm publish --access public --provenance
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)