Skip to content

Commit 48cae73

Browse files
authored
Merge pull request #114 from deflis/npm-publish2
registry-urlのキー名を修正
2 parents bfe0456 + 23696b9 commit 48cae73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: "lts/*"
2020
cache: "pnpm"
21-
repository-url: https://registry.npmjs.org/
21+
registry-url: https://registry.npmjs.org/
2222

2323
- name: Install dependencies
2424
run: pnpm install

0 commit comments

Comments
 (0)