Skip to content

Commit 376b383

Browse files
authored
Update auto-deployer.yml
1 parent ce431d3 commit 376b383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-deployer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pkg_name: cli-argument-parser
3232
main_pkg_manager: npm
3333
pkg_managers: '[github, npm]'
34-
pkg_registry: registry.npmjs.org
34+
npm_registry: registry.npmjs.org
3535
npm_access_token: ${{secrets.NPM_AUTH_TOKEN}}
3636
github_access_token: ${{secrets.G_AUTH_TOKEN}}
3737
pretty_print: true

0 commit comments

Comments
 (0)