Skip to content

Commit f239b97

Browse files
Merge pull request #524 from web-ridge/copilot/fix-npm-authentication-issue
fix: pass NODE_AUTH_TOKEN to npm publish step in release CI
2 parents 13335be + fc8bc0e commit f239b97

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@
144144
"tagName": "v${version}"
145145
},
146146
"npm": {
147-
"publish": true
147+
"publish": true,
148+
"skipChecks": true
148149
},
149150
"github": {
150151
"release": true

0 commit comments

Comments
 (0)