Skip to content

fix(workflow): escape JSON in release summary to prevent jq parse error#17

Merged
cleberhensel merged 2 commits into
mainfrom
fix/relase-workflow
Oct 24, 2025
Merged

fix(workflow): escape JSON in release summary to prevent jq parse error#17
cleberhensel merged 2 commits into
mainfrom
fix/relase-workflow

Conversation

@cleberhensel
Copy link
Copy Markdown
Contributor

This pull request makes a minor adjustment to the release workflow by changing the quoting style for the publishedPackages output. This ensures that the value is interpreted correctly in the shell command.

  • Changed from double quotes to single quotes around ${{ steps.changesets.outputs.publishedPackages }} in .github/workflows/release.yml to improve shell command reliability.

- Change double quotes to single quotes in publishedPackages variable
- Prevents 'Invalid numeric literal' error when jq parses the JSON
- Summary step now correctly displays published packages
@cursor
Copy link
Copy Markdown

cursor Bot commented Oct 24, 2025

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on November 5.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@cleberhensel cleberhensel merged commit 4ab1514 into main Oct 24, 2025
4 checks passed
@cleberhensel cleberhensel deleted the fix/relase-workflow branch October 26, 2025 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant