Skip to content

Commit 8579135

Browse files
committed
Ensure no unwanted spaces are inserted
1 parent a1eaff5 commit 8579135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/standalone_publish_custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ jobs:
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.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 }}
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 }}

0 commit comments

Comments
 (0)