Skip to content

Commit

Permalink
Set registry URL for release workflow (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 authored Dec 8, 2022
1 parent ddefc02 commit 05ec030
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 @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Get Yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit 05ec030

Please # to comment.