You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible this is due to double quoting issues? I just noticed a potential bug in a CI pipeline we have where we do -b "$body", but any double-quotes in $body (which are common in HTML) would cause a syntax error.
I found this issue while searching for a way to provide the body without running into quoting issues, such as reading the body from a file or by taking it from stdin.
When using -b flag for passing body of release.
If a complete html body is passed as release body consisting of html attributes we are getting syntax error on circleci
But the release is posted to github without release body.
The text was updated successfully, but these errors were encountered: