Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix npm release script when its running on a multi line commit message #1676

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

matyasf
Copy link
Collaborator

@matyasf matyasf commented Sep 12, 2024

The release script tried to put a multiline string into an env var which resulted in an error. Now only the first line of the commit message is kept.

This was causing an issue when trying to do a manual NPM release from a branch e.g. https://github.com/instructure/instructure-ui/actions/runs/10836188427/job/30069387696

… message

The release script tried to put a multiline string into an env var which resulted in an error.
Now only the first line of the commit message is kept.

This was causing an issue when trying to do a manual NPM release from a branch
@matyasf matyasf self-assigned this Sep 12, 2024
Copy link

github-actions bot commented Sep 12, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-09-13 07:11 UTC

@matyasf matyasf merged commit fa73851 into master Sep 13, 2024
10 of 11 checks passed
@matyasf matyasf deleted the fix_release_on_large_commit_name branch September 13, 2024 07:11
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.

3 participants