Skip to content

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

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#21
kphunter merged 1 commit into
mainfrom
devin/1778830773-fix-release-dispatch

Conversation

@devin-ai-integration

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 and release-retag.yaml with the latest release tag to publish any missing clean semver tags

Notes

This repo already has some clean chart tags (0.3.1), so the bug only affects releases made after the buggy workflow was introduced.

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

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

@kphunter kphunter merged commit 19665a0 into main May 15, 2026
4 checks passed
@kphunter kphunter deleted the devin/1778830773-fix-release-dispatch branch May 15, 2026 07:45
@github-actions github-actions Bot mentioned this pull request May 15, 2026
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