File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
description : The artifact name.
9
9
type : string
10
10
required : true
11
- registry_host :
12
- description : The package registry host .
11
+ registry_url :
12
+ description : The package registry url .
13
13
type : string
14
14
required : true
15
15
secrets :
45
45
uses : JS-DevTools/npm-publish@v2
46
46
with :
47
47
token : ${{ secrets.registry_token }}
48
- registry : ${{ inputs.registry_host }}
48
+ registry : ${{ inputs.registry_url }}
49
49
package : ${{ steps.meta.outputs.tgz }}
50
50
access : restricted
Original file line number Diff line number Diff line change 54
54
needs : build
55
55
with :
56
56
artifact_name : ${{ needs.build.outputs.artifact_name }}
57
- registry_host : https://npm.pkg.github.com
57
+ registry_url : https://npm.pkg.github.com
58
58
secrets :
59
59
registry_token : ${{ secrets.GITHUB_TOKEN }}
60
60
node_auth_token : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments