From 71ab3503ad4fc1bf15806a0d09b9c23c8407b649 Mon Sep 17 00:00:00 2001 From: kdaud Date: Fri, 29 Mar 2024 13:00:00 +0300 Subject: [PATCH] OZ-523: Add a slash(/) at the end of npm registry url --- .github/workflows/ci.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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..e1e4e6a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ozone-e2e", - "version": "1.0.0-SNAPSHOT", + "version": "1.0.0-alpha.10", "description": "These are end-to-end automated tests covering all Ozone HIS workflows", "main": "index.js", "files": [ @@ -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": "",