diff --git a/.github/workflows/auto-deployer.yml b/.github/workflows/auto-deployer.yml index aee45e0..9a9445d 100644 --- a/.github/workflows/auto-deployer.yml +++ b/.github/workflows/auto-deployer.yml @@ -31,7 +31,7 @@ jobs: pkg_name: cli-argument-parser main_pkg_manager: npm pkg_managers: '[github, npm]' - pkg_registry: registry.npmjs.org + npm_registry: registry.npmjs.org npm_access_token: ${{secrets.NPM_AUTH_TOKEN}} github_access_token: ${{secrets.G_AUTH_TOKEN}} pretty_print: true