Skip to content

Commit

Permalink
ci: specify registry url (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
kafkas authored Dec 16, 2024
1 parent bfc4f06 commit 0bdcd73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
node-version: '22.x'
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

- name: Set git identity
run: |
Expand Down

0 comments on commit 0bdcd73

Please sign in to comment.