Commit 4e27cc2
committed
Fix npm publish by setting NODE_AUTH_TOKEN in release workflow
The actions/setup-node creates an .npmrc that uses ${NODE_AUTH_TOKEN},
but only NPM_TOKEN was being set. This caused the npm publish step to
fail with "Access token expired or revoked" error.1 parent 22aa3e5 commit 4e27cc2
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
0 commit comments