Skip to content

Commit

Permalink
Merge pull request #8 from fireblocks/dockerization
Browse files Browse the repository at this point in the history
Fix npm auth
  • Loading branch information
YoavBZ authored Aug 20, 2023
2 parents 17316d9 + 9bb5222 commit 92c3aaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-npm-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
# Necessary for changelog generation
fetch-depth: 0
- uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
- run: npm ci

- name: Bump version and generate changelog
Expand Down

0 comments on commit 92c3aaf

Please sign in to comment.