-
-
Notifications
You must be signed in to change notification settings - Fork 969
Verify build explanation and minor fix #14781
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
Conversation
… directory that was wrong
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the release instructions by clarifying how to locate the staging repository ID in the GitHub Actions workflow and fixes an unintended character in the comment header.
- Adds detailed steps to find the staging repo ID in GitHub Actions.
- Removes an accidental leading character from the top comment.
Comments suppressed due to low confidence (1)
RELEASE.md:1
- The leading 'x' before '<!--' appears unintended and breaks the markdown comment syntax; remove the 'x' to restore a proper HTML comment.
x<!--
|
Please do not merge this until after M4 has been released since we're waiting on the vote. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| } | ||
| trap error ERR | ||
|
|
||
| cd "${DOWNLOAD_LOCATION}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I always had the download_location = current directory in my testing. Good catch!
Added explanation on how to find staging repo id, and fixed a current directory that was wrong