fix(ci): added the missing at sign behind registry
Some checks failed
CI / build-and-publish (push) Failing after 38s

This commit is contained in:
2026-05-12 18:20:59 +03:30
parent f2c7fd0c84
commit ac99f62600

View File

@@ -61,9 +61,8 @@ jobs:
set -e
HOST="${GITHUB_SERVER_URL#https://}"
OWNER="${GITHUB_REPOSITORY_OWNER}"
REGISTRY="${OWNER}:registry=https://${HOST}/api/packages/${OWNER}/npm"
npm config set ${REGISTRY}
npm config set @${OWNER}:registry=https://${HOST}/api/packages/${OWNER}/npm
npm config set -- "//${HOST}/api/packages/${OWNER}/npm/:_authToken" "${G_TOKEN}"
npm publish --ignore-scripts