Commit cfba588
committed
fix(release): pass NODE_AUTH_TOKEN to npm publish step
The publish step was missing the env mapping for NODE_AUTH_TOKEN, so
npm received an unauthenticated PUT and responded with 404. This caused
the v0.15.0 release workflow to fail at the publish step.1 parent 23b7490 commit cfba588
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| |||
0 commit comments