File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,12 @@ runs:
1818 steps :
1919 - name : Set up NPM repository
2020 uses : actions/setup-node@v4
21- shell : bash
2221 with :
2322 node-version : ' 20.x'
2423 registry-url : ' https://registry.npmjs.org'
2524
2625 - name : Set NPM package name
2726 uses : jaywcjlove/github-action-package@v2.0.0
28- shell : bash
2927 with :
3028 rename : ${{ inputs.npm-package-name }}
3129
@@ -38,14 +36,12 @@ runs:
3836
3937 - name : Set up GitHub repository
4038 uses : actions/setup-node@v4
41- shell : bash
4239 with :
4340 node-version : ' 20.x'
4441 registry-url : ' https://npm.pkg.github.com'
4542
4643 - name : Set GitHub package name
4744 uses : jaywcjlove/github-action-package@v2.0.0
48- shell : bash
4945 with :
5046 rename : ${{ inputs.github-package-name }}
5147
You can’t perform that action at this time.
0 commit comments