File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
- uses : actions/setup-node@v2
15
15
with :
16
16
node-version : ' 14.x'
17
- registry-url : ' https://npm.pkg.github.com '
17
+ registry-url : ' https://registry.npmjs.org '
18
18
# Defaults to the user or organization that owns the workflow file
19
19
scope : ' @meshcloud'
20
20
- run : yarn
21
21
- run : yarn test
22
22
- run : yarn build
23
23
- run : yarn publish
24
24
env :
25
- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 10
10
},
11
11
"author" : " Johannes Rudolph <jrudolph@meshcloud.io>" ,
12
12
"license" : " MIT" ,
13
- "publishConfig" : {
14
- "registry" : " https://npm.pkg.github.com/@meshcloud"
15
- },
16
13
"main" : " dist/index.js" ,
17
14
"files" : [
18
15
" dist" ,
You can’t perform that action at this time.
0 commit comments