Skip to content

fix: use correct release-please output key for root package dispatch - #4

Merged
kphunter merged 1 commit into
mainfrom
devin/1778830773-fix-release-dispatch
May 15, 2026
Merged

fix: use correct release-please output key for root package dispatch#4
kphunter merged 1 commit into
mainfrom
devin/1778830773-fix-release-dispatch

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes the dispatch-publish job which uses the wrong output key ('.--tag_name' instead of 'tag_name') to read the release tag. The release-please-action v4 source outputs plain keys for root path . packages, so '.--tag_name' always resolves to empty, silently skipping helm-publish and release-retag dispatch.

Same fix applied across all affected bcit-tlu repos (see conversion-guide PR #15 for full root cause analysis).

Review & Testing Checklist for Human

  • After merging, manually dispatch helm-publish.yaml with tag_name=v1.1.6 and release-retag.yaml with tag_name=v1.1.6 to publish missing clean tags

Notes

Currently only RC chart tags exist in GHCR — no clean semver release tags. The stable overlay will not work until clean tags are published.

Link to Devin session: https://app.devin.ai/sessions/90351d31211c4d5fa00523df61bc4b90
Requested by: @kphunter


Open in Devin Review

The release-please-action v4 outputs plain keys (e.g. 'tag_name') for
packages at root path '.', NOT path-prefixed keys ('.--tag_name').
The incorrect key caused dispatch-publish to always receive an empty
TAG, silently skipping the helm-publish and release-retag dispatches.

Co-Authored-By: kyle_hunter@bcit.ca <kyle_hunter@bcit.ca>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@kphunter
kphunter merged commit a385510 into main May 15, 2026
6 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.

1 participant