File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 29
29
registry-url : https://registry.npmjs.org/
30
30
scope : ' @trilon'
31
31
- run : yarn install --frozen-lockfile
32
- - run : yarn npm publish --access public
32
+ - run : |
33
+ echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > .npmrc
34
+ npm publish
33
35
env:
34
36
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Original file line number Diff line number Diff line change 1
1
nodeLinker : node-modules
2
2
3
3
yarnPath : .yarn/releases/yarn-4.0.2.cjs
4
+
5
+ npmScopes :
6
+ trilon :
7
+ npmRegistryServer : ' https://registry.npmjs.org/'
8
+ npmPublishRegistry : ' https://registry.npmjs.org/'
9
+ npmAlwaysAuth : true
10
+ npmAuthToken : ${env:NPM_TOKEN}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @trilon/eslint-plugin" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " Official Trilon Eslint Plugin" ,
5
5
"type" : " commonjs" ,
6
6
"main" : " ./lib/index.js" ,
50
50
"peerDependencies" : {
51
51
"eslint" : " >=8.0.0"
52
52
}
53
- }
53
+ }
You can’t perform that action at this time.
0 commit comments