diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3cfc953..c27e118 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,4 +25,4 @@ jobs: npm run typecheck npm run test npm run build - - run: npm publish --registry=https://registry.npmjs.org + - run: npm publish diff --git a/package.json b/package.json index 98cf2e9..fa3aadc 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,9 @@ "files": [ "dist" ], + "publishConfig": { + "registry": "https://registry.npmjs.org" + }, "dependencies": { "async-retry": "^1.3.3" },