From fc9b99a4e0654919801cfef26ba4be8a4c0d232c Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 18 Jun 2024 18:22:24 +0530 Subject: [PATCH] Use gitea.local --- .gitea/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 31bf6e1..f2e12c7 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -27,10 +27,10 @@ jobs: yarn build - name: Configure git.vdb.to npm registry run: | - npm config set registry http://localhost:3000/api/packages/cerc-io/npm/ + npm config set registry http://gitea.local:3000/api/packages/cerc-io/npm/ - name: Authenticate to git.vdb.to registry run: | - npm config set -- '//localhost:3000/api/packages/cerc-io/npm/:_authToken' "76ce6001adae580aaef544e5ee1327f031c37e88" + npm config set -- '//gitea.local:3000/api/packages/cerc-io/npm/:_authToken' "76ce6001adae580aaef544e5ee1327f031c37e88" - name: npm publish run: | npm publish