ci: fix npm registry target for publish-bs3 workflow
This commit is contained in:
parent
7163c37155
commit
d0c69df558
1
.github/workflows/publish-bs3.yml
vendored
1
.github/workflows/publish-bs3.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
uses: actions/setup-node@v3.0.0
|
||||
with:
|
||||
node-version: 16.x
|
||||
registry-url: https://registry.npmjs.org/
|
||||
|
||||
- name: Set package.json version
|
||||
uses: HarmvZ/set-package-json-version-action@v0.1.2
|
||||
|
|
Loading…
Reference in a new issue