Skip to content

Conversation

@tolauwae
Copy link
Member

No description provided.

Copy link

Copilot AI left a 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 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_REF to github.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.

@tolauwae
Copy link
Member Author

@copilot add missing parenthesis at end of the changed lines.

Copilot AI mentioned this pull request Nov 13, 2025
3 tasks
Copy link
Contributor

Copilot AI commented Nov 13, 2025

@tolauwae I've opened a new pull request, #37, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan

* Add missing closing parenthesis in VERSION env vars

Co-authored-by: tolauwae <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: tolauwae <[email protected]>
@tolauwae tolauwae merged commit 92070ed into main Nov 13, 2025
4 checks passed
@tolauwae tolauwae deleted the fix/releaser branch November 13, 2025 13:52
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.

2 participants