Skip to content

Commit 790f527

Browse files
committed
GitHub Actionsの設定にnpmレジストリのURLを追加
1 parent e867968 commit 790f527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: '22.x'
16+
registry-url: 'https://registry.npmjs.org/'
1617
cache: 'yarn'
1718
- run: yarn install --frozen-lockfile
1819
- name: release on npm

0 commit comments

Comments
 (0)