Skip to content

fix: trigger docs release from changelog workflow#11

Merged
TaiSakuma merged 2 commits intomainfrom
fix/docs-release-trigger
Mar 21, 2026
Merged

fix: trigger docs release from changelog workflow#11
TaiSakuma merged 2 commits intomainfrom
fix/docs-release-trigger

Conversation

@TaiSakuma
Copy link
Owner

Summary

  • Change docs-release.yml trigger from push: tags: v* to workflow_run on "Generate changelog"
  • Use TaiSakuma/checkout-version-tag@v1 to check out the release commit, matching the pattern in release.yml
  • Tags created by GITHUB_TOKEN don't trigger push events, so the previous trigger never fired

Test plan

  • Push a new version tag → docs-release workflow runs after changelog generation

🤖 Generated with Claude Code

The v* tags are created by a workflow using GITHUB_TOKEN, which
doesn't trigger push events. Use workflow_run on "Generate changelog"
with checkout-version-tag to match the existing release pattern.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions github-actions bot added the fix Bug fix label Mar 21, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 21, 2026

The `#` in `Deploy PR #<number> preview` was interpreted as a
YAML comment, truncating the commit message.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@TaiSakuma TaiSakuma merged commit e724f99 into main Mar 21, 2026
2 checks passed
@TaiSakuma TaiSakuma deleted the fix/docs-release-trigger branch March 21, 2026 18:34
github-actions bot added a commit that referenced this pull request Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant