fix(ci): added a missing colon in npm registry
Some checks failed
CI / build-and-publish (push) Failing after 1m6s
Some checks failed
CI / build-and-publish (push) Failing after 1m6s
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
set -e
|
||||
HOST="${GITHUB_SERVER_URL#https://}"
|
||||
OWNER="${GITHUB_REPOSITORY_OWNER}"
|
||||
REGISTRY="${OWNER}registry=https://${HOST}/api/packages/${OWNER}/npm"
|
||||
REGISTRY="${OWNER}:registry=https://${HOST}/api/packages/${OWNER}/npm"
|
||||
|
||||
npm config set "${REGISTRY}"
|
||||
npm config set -- "//${HOST}/api/packages/${OWNER}/npm/:_authToken" "${G_TOKEN}"
|
||||
|
||||
Reference in New Issue
Block a user