fix(ci): incorrect double qoutations
Some checks failed
CI / build-and-publish (push) Failing after 18s
Some checks failed
CI / build-and-publish (push) Failing after 18s
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
OWNER="${GITHUB_REPOSITORY_OWNER}"
|
||||
REGISTRY="${OWNER}:registry=https://${HOST}/api/packages/${OWNER}/npm"
|
||||
|
||||
npm config set "${REGISTRY}"
|
||||
npm config set ${REGISTRY}
|
||||
npm config set -- "//${HOST}/api/packages/${OWNER}/npm/:_authToken" "${G_TOKEN}"
|
||||
|
||||
npm publish --ignore-scripts
|
||||
|
||||
Reference in New Issue
Block a user