Skip to content

Commit

Permalink
chore(actions): add registry-url
Browse files Browse the repository at this point in the history
  • Loading branch information
venikx committed Jun 5, 2023
1 parent e70d4fb commit c5e3e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- run: npm ci --prefer-offline

- name: Create a Release Pull Request or Publish to Registry
Expand Down

0 comments on commit c5e3e32

Please sign in to comment.