ci: fix publish workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-01-30 11:15:39 +01:00
parent 581e356545
commit e39eef321f
5 changed files with 47 additions and 17 deletions

View File

@@ -33,7 +33,8 @@
"lib"
],
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@actions/core": "^1.10.0",