File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This reusable GitHub Actions workflow automates the process of publishing an NPM
1313
1414| ** Input** | ** Description** | ** Required** | ** Default** |
1515| -------------------| -----------------------------------------------------------------------------------------------| --------------| --------------------------------------|
16- | ** scope** | Defines the NPM package scope (e.g., ` @iExecBlockchainComputing ` ). | Yes | – |
16+ | ** scope** | Defines the NPM package scope (e.g., ` @iexec ` ). | No | ` @iexec ` |
1717| ** node-version** | Specifies the Node.js version to use. | No | ` 20 ` |
1818| ** registry** | URL of the NPM registry. | No | ` https://registry.npmjs.org ` |
1919| ** access** | Package access level (public or restricted). | No | ` public ` |
@@ -56,9 +56,7 @@ This reusable GitHub Actions workflow automates the process of publishing an NPM
5656 publish :
5757 uses : your-org/your-repo/.github/workflows/publish-npm.yml@main
5858 with :
59- scope : ' @iExecBlockchainComputing'
60- node-version : ' 20'
61- registry : ' https://registry.npmjs.org'
59+ node-version : ' 22'
6260 secrets :
6361 npm-token : ${{ secrets.NPM_TOKEN }}
6462 ` ` `
You can’t perform that action at this time.
0 commit comments