Skip to content

Commit

Permalink
Merge pull request #34 from cybozu/set-registry-url
Browse files Browse the repository at this point in the history
Set `registry-url` for `setup-node` in `release.yaml`
  • Loading branch information
sosukesuzuki committed Sep 28, 2023
2 parents 12e8a55 + 7957220 commit 819b748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
node-version-file: ./es/package.json
cache: 'npm'
cache-dependency-path: './es/package-lock.json'
registry-url: 'https://registry.npmjs.org'
- uses: bufbuild/buf-setup-action@eb60cd0de4f14f1f57cf346916b8cd69a9e7ed0b # v1.26.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 819b748

Please sign in to comment.