diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 3ff9f22..08226ed 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -31,8 +31,8 @@ jobs: - name: Configure npm for Forgejo registry run: | - echo "@lilith:registry=http://forge.black.local/api/packages/lilith/npm/" > .npmrc - echo "//forge.black.local/api/packages/lilith/npm/:_authToken=\${NPM_TOKEN}" >> .npmrc + echo "@lilith:registry=http://forge.black.lan/api/packages/lilith/npm/" > .npmrc + echo "//forge.black.lan/api/packages/lilith/npm/:_authToken=\${NPM_TOKEN}" >> .npmrc - name: Transform workspace dependencies run: | diff --git a/package.json b/package.json index 8328933..03f3c4d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "author": "Lilith ", "license": "MIT", "publishConfig": { - "registry": "http://npm.black.local/" + "registry": "http://npm.black.lan/" }, "_": { "build": true,