Skip to content

Commit 61d840b

Browse files
committed
Make public
1 parent 8896ee9 commit 61d840b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/prerelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ jobs:
4242
- name: npm publish @wix/interact (trusted)
4343
run: |
4444
cd packages/interact
45-
npm publish --tag rc --provenance
45+
npm publish --tag rc --provenance --access=public
46+
env:
47+
NODE_AUTH_TOKEN: ${{ secrets.INTERACT_NPM_TOKEN }}

0 commit comments

Comments
 (0)