diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecaa8e2f..4628931a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '20.x' - registry-url: 'https://nexus.mekomsolutions.net/repository/npm-public' + registry-url: 'https://nexus.mekomsolutions.net/repository/npm-public/' - name: Install dependencies run: yarn install diff --git a/package.json b/package.json index 02d5ac72..62001fa6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "publish": "npm publish" }, "publishConfig": { - "registry": "https://nexus.mekomsolutions.net/repository/npm-public" + "registry": "https://nexus.mekomsolutions.net/repository/npm-public/" }, "keywords": [], "author": "",