Skip to content

Commit 8896ee9

Browse files
committed
Try fixing publish flow
1 parent da9689f commit 8896ee9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/prerelease.yml

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

0 commit comments

Comments
 (0)