Skip to content

fix(ci): trigger release on PR merge instead of tag push#41

Merged
crisanlucid merged 1 commit into
mainfrom
fix/create-release-pr-trigger
May 11, 2026
Merged

fix(ci): trigger release on PR merge instead of tag push#41
crisanlucid merged 1 commit into
mainfrom
fix/create-release-pr-trigger

Conversation

@crisanlucid

Copy link
Copy Markdown
Owner

GITHUB_TOKEN cannot trigger other workflows — tag push from bump-version never fired create-release.yml. Switch to pull_request closed event, filtered to merged PRs from chore/bump-v* branches. Extract the tag name from the branch name (chore/bump-v0.6.0 → v0.6.0). Tag already exists on remote by the time the PR merges so gh release create finds it correctly.

GITHUB_TOKEN cannot trigger other workflows — tag push from bump-version
never fired create-release.yml. Switch to pull_request closed event,
filtered to merged PRs from chore/bump-v* branches. Extract the tag name
from the branch name (chore/bump-v0.6.0 → v0.6.0). Tag already exists on
remote by the time the PR merges so gh release create finds it correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@crisanlucid crisanlucid merged commit f08e9f7 into main May 11, 2026
2 checks passed
@crisanlucid crisanlucid deleted the fix/create-release-pr-trigger branch May 11, 2026 22:13
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