Conversation
There was a problem hiding this comment.
Pull Request Overview
This pull request fixes incorrect GitHub context variable references in the releaser workflow. The changes replace the invalid github.GITHUB_REF#v syntax with proper shell command substitution using github.ref and sed to strip the 'v' prefix from version tags.
Key Changes:
- Corrected GitHub Actions context variable from
github.GITHUB_REFtogithub.ref - Implemented proper version extraction using echo and sed instead of bash parameter expansion syntax
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
Author
|
@copilot add missing parenthesis at end of the changed lines. |
3 tasks
Contributor
* Initial plan * Add missing closing parenthesis in VERSION env vars Co-authored-by: tolauwae <31000331+tolauwae@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tolauwae <31000331+tolauwae@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.