Fix workflow NPM publish auth secret

This commit is contained in:
venashial
2022-06-21 21:25:22 -07:00
parent 9e29761581
commit 4ca06a9218
2 changed files with 30 additions and 21 deletions

5
.npmrc
View File

@@ -1 +1,4 @@
engine-strict=true
engine-strict = true
# For GitHub workflow
//registry.npmjs.org/:_authToken = ${NPM_AUTH_TOKEN}