mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🐛 fix(model-bank): publish initial npm package publicly (#14017)
This commit is contained in:
parent
9d3696ceef
commit
1ffd01a9eb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-model-bank.yml
vendored
2
.github/workflows/release-model-bank.yml
vendored
|
|
@ -118,7 +118,7 @@ jobs:
|
|||
echo "Prepared model-bank@${MODEL_BANK_VERSION}"
|
||||
|
||||
- name: Publish to npm
|
||||
run: npm publish --provenance
|
||||
run: npm publish --provenance --access public
|
||||
working-directory: packages/model-bank
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue