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 88 description : The artifact name.
99 type : string
1010 required : true
11- registry_host :
12- description : The package registry host .
11+ registry_url :
12+ description : The package registry url .
1313 type : string
1414 required : true
1515 secrets :
4545 uses : JS-DevTools/npm-publish@v2
4646 with :
4747 token : ${{ secrets.registry_token }}
48- registry : ${{ inputs.registry_host }}
48+ registry : ${{ inputs.registry_url }}
4949 package : ${{ steps.meta.outputs.tgz }}
5050 access : restricted
Original file line number Diff line number Diff line change 5454 needs : build
5555 with :
5656 artifact_name : ${{ needs.build.outputs.artifact_name }}
57- registry_host : https://npm.pkg.github.com
57+ registry_url : https://npm.pkg.github.com
5858 secrets :
5959 registry_token : ${{ secrets.GITHUB_TOKEN }}
6060 node_auth_token : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments