Skip to content

Commit 9e39622

Browse files
committed
fix: add tokenRef for npm access verification in release-it configuration
1 parent e515a9d commit 9e39622

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"npm": {
1010
"publish": true,
11-
"verifyAccess": true
11+
"verifyAccess": true,
12+
"tokenRef": "NPM_TOKEN"
1213
},
1314
"github": {
1415
"release": true,

0 commit comments

Comments
 (0)