We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c38cfb commit 64fef3eCopy full SHA for 64fef3e
1 file changed
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
with:
69
version: pnpm run version
70
# Use changeset publish to only publish packages that were actually bumped
71
- publish: ${{ (inputs.dry-run == true || inputs.publish-npm == false) && 'echo Skipping npm publish' || 'sh -c "pnpm build && pnpm changeset publish"' }}
+ publish: ${{ (inputs.dry-run == true || inputs.publish-npm == false) && 'echo Skipping npm publish' || 'pnpm build && pnpm changeset publish' }}
72
createGithubReleases: ${{ inputs.create-release != false }}
73
env:
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments