Skip to content

Commit 68464dd

Browse files
committed
ci: remove deprecated npm config
1 parent 3ea2d3a commit 68464dd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/publish-beta.yml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
npm config set //registry-lpm.listenai.com/:_password ${{ secrets.LPM_ZHUOBIN_TOKEN }}
2424
npm config set //registry-lpm.listenai.com/:username zbzhao
2525
npm config set //registry-lpm.listenai.com/:email [email protected]
26-
npm config set //registry-lpm.listenai.com/:always-auth true
2726
- run: npm install
2827
- run: npm run prepack
2928
# - run: npm publish --tag=beta --registry=https://registry-lpm.listenai.com

.github/workflows/publish-latest.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
npm config set //registry-lpm.listenai.com/:_password ${{ secrets.LPM_ZHUOBIN_TOKEN }}
2020
npm config set //registry-lpm.listenai.com/:username zbzhao
2121
npm config set //registry-lpm.listenai.com/:email [email protected]
22-
npm config set //registry-lpm.listenai.com/:always-auth true
2322
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
2423
- uses: battila7/get-version-action@v2
2524
id: get_version

0 commit comments

Comments
 (0)