From 283dc7f7cc77ce6ff81e70350776e783cf5f089c Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Sun, 17 Oct 2021 16:02:44 +0300 Subject: [PATCH] Fixes issue with deployment to GPR --- .github/workflows/release-package.yml | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 76a69cf..79f1555 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -43,7 +43,9 @@ jobs: with: node-version: 12 registry-url: https://npm.pkg.github.com/ + scope: '@clustermarket' - run: npm ci + - run: npm config set '//npm.pkg.github.com/:_authToken' "${{ secrets.GITHUB_TOKEN }}" - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/package.json b/package.json index ff967f4..951dbf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuzzybear", - "version": "0.0.3", + "version": "0.0.4", "description": "Fuzzybear is a library for fuzzy string search with a special focus on short strings.", "author": "Itay Grudev", "license": "MIT",