Skip to content

Commit

Permalink
ci: set npm registry for releases (#1519)
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
genaris authored Jul 24, 2023
1 parent 08cdf1b commit 8a9ed2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
node-version: 16
cache: 'yarn'
registry-url: 'https://registry.npmjs.org/'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
with:
node-version: 16
cache: 'yarn'
registry-url: 'https://registry.npmjs.org/'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 8a9ed2d

Please sign in to comment.