We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8896ee9 commit 61d840bCopy full SHA for 61d840b
1 file changed
.github/workflows/prerelease.yml
@@ -42,4 +42,6 @@ jobs:
42
- name: npm publish @wix/interact (trusted)
43
run: |
44
cd packages/interact
45
- npm publish --tag rc --provenance
+ npm publish --tag rc --provenance --access=public
46
+ env:
47
+ NODE_AUTH_TOKEN: ${{ secrets.INTERACT_NPM_TOKEN }}
0 commit comments