We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256258e commit 7bb2504Copy full SHA for 7bb2504
1 file changed
.github/workflows/release.yml
@@ -30,3 +30,5 @@ jobs:
30
- run: pnpm build
31
- run: pnpm test
32
- run: pnpm --filter react-virtualized-diff publish --access public --no-git-checks
33
+ env:
34
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments