Skip to content

Commit

Permalink
Fixes issue with deployment to GPR
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev committed Oct 17, 2021
1 parent 12c71c0 commit 283dc7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 283dc7f

Please # to comment.