File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2929 - name : Install Dependencies
3030 run : pnpm install
3131
32+ - name : Configure npm
33+ run : |
34+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
35+ echo "registry=https://registry.npmjs.org/" >> .npmrc
36+ echo "always-auth=true" >> .npmrc
37+ echo "@aci-sdk:registry=https://registry.npmjs.org/" >> .npmrc
38+
3239 - name : Create Release Pull Request or Publish
3340 id : changesets
3441 uses : changesets/action@v1
Original file line number Diff line number Diff line change 2727 "url" : " https://github.com/jiweiyuan/aci-typescript-sdk.git"
2828 },
2929 "publishConfig" : {
30- "access" : " public"
30+ "access" : " public" ,
31+ "registry" : " https://registry.npmjs.org/"
3132 },
3233 "devDependencies" : {
3334 "@changesets/cli" : " ^2.27.1" ,
You can’t perform that action at this time.
0 commit comments