Skip to content

Commit

Permalink
ci: remove deprecated npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
seasonyuu committed Sep 12, 2024
1 parent 3ea2d3a commit 68464dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
npm config set //registry-lpm.listenai.com/:_password ${{ secrets.LPM_ZHUOBIN_TOKEN }}
npm config set //registry-lpm.listenai.com/:username zbzhao
npm config set //registry-lpm.listenai.com/:email [email protected]
npm config set //registry-lpm.listenai.com/:always-auth true
- run: npm install
- run: npm run prepack
# - run: npm publish --tag=beta --registry=https://registry-lpm.listenai.com
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
npm config set //registry-lpm.listenai.com/:_password ${{ secrets.LPM_ZHUOBIN_TOKEN }}
npm config set //registry-lpm.listenai.com/:username zbzhao
npm config set //registry-lpm.listenai.com/:email [email protected]
npm config set //registry-lpm.listenai.com/:always-auth true
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
- uses: battila7/get-version-action@v2
id: get_version
Expand Down

0 comments on commit 68464dd

Please sign in to comment.