File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 23
23
npm config set //registry-lpm.listenai.com/:_password ${{ secrets.LPM_ZHUOBIN_TOKEN }}
24
24
npm config set //registry-lpm.listenai.com/:username zbzhao
25
25
npm config set //registry-lpm.listenai.com/:email [email protected]
26
- npm config set //registry-lpm.listenai.com/:always-auth true
27
26
- run : npm install
28
27
- run : npm run prepack
29
28
# - run: npm publish --tag=beta --registry=https://registry-lpm.listenai.com
Original file line number Diff line number Diff line change 19
19
npm config set //registry-lpm.listenai.com/:_password ${{ secrets.LPM_ZHUOBIN_TOKEN }}
20
20
npm config set //registry-lpm.listenai.com/:username zbzhao
21
21
npm config set //registry-lpm.listenai.com/:email [email protected]
22
- npm config set //registry-lpm.listenai.com/:always-auth true
23
22
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
24
23
- uses : battila7/get-version-action@v2
25
24
id : get_version
You can’t perform that action at this time.
0 commit comments