Skip to content

Fix release workflow#19

Merged
ethanrous merged 1 commit into
mainfrom
fix-build
Apr 11, 2026
Merged

Fix release workflow#19
ethanrous merged 1 commit into
mainfrom
fix-build

Conversation

@ethanrous
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings April 11, 2026 20:39
Copy link
Copy Markdown

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

Fixes the release GitHub Actions workflow by scoping AGNO_BUILD_VERSION to a job where the version output is actually available, avoiding invalid steps.* references at the workflow/global env level.

Changes:

  • Removed AGNO_BUILD_VERSION from the top-level workflow env (where steps.version.outputs.tag is not in scope).
  • Added AGNO_BUILD_VERSION: ${{ needs.version.outputs.tag }} to the release job environment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ethanrous ethanrous merged commit 5bd81cb into main Apr 11, 2026
21 checks passed
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