File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 type : choice
2929 description : Whether to skip individual or toplevel package publishing
3030 options :
31- -
32- - -- skip-toplevel
33- - -- skip-individual
31+ - none
32+ - skip-toplevel
33+ - skip-individual
3434 packages :
3535 description : Space-separated list of packages to publish
36- skip-upload :
36+ dry-run :
3737 type : boolean
3838 description : Boolean flag indicating whether to skip uploading the packages (dry run)
3939 patch :
9696 env :
9797 GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
9898 run : |
99- node lib/node_modules/@stdlib/_tools/scripts/publish_packages.js ${{ github.event.inputs.packages }}
99+ node lib/node_modules/@stdlib/_tools/scripts/publish_packages.js ${{ github.event.inputs.patch == 'true' && '--patch' || '' }} ${{ github.event.inputs.dry-run == 'true' && '--skip-upload' || '' }} ${{ github.event.inputs.skip == 'skip-individual' && '--skip-individual' || '' }} ${{ github.event.inputs.skip == 'skip-toplevel' && '--skip-toplevel' || '' }} ${{ github.event.inputs. packages }}
You can’t perform that action at this time.
0 commit comments