diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index a666946..6b885ef 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -23,6 +23,6 @@ jobs: run: npm run build - name: Publish run: | - npm config set @thilawyn:registry https://git.jvalver.de/api/packages/thilawyn/npm/ + npm config set @thilawyn:registry https://git.valverde.cloud/api/packages/thilawyn/npm/ npm config set -- //git.jvalver.de/api/packages/thilawyn/npm/:_authToken "${{ vars.NODE_AUTH_TOKEN }}" npm publish