Skip to content

Commit

Permalink
Add missing whitespace in command
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Apr 21, 2023
1 parent 715aaa0 commit 9a2bf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -35,6 +35,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install -g npm
- run: npm i
- run: npm run release ${{ github.event.inputs.bump }}${{ github.event.inputs.dry-run && '-- --dry-run' || '' }}
- run: npm run release ${{ github.event.inputs.bump }}${{ github.event.inputs.dry-run && ' -- --dry-run' || '' }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9a2bf3f

Please sign in to comment.