Skip to content

Fix tag workflow to trigger release via workflow_call#7

Merged
kokoichi206 merged 1 commit into
mainfrom
fix/tag-triggers-release
Feb 8, 2026
Merged

Fix tag workflow to trigger release via workflow_call#7
kokoichi206 merged 1 commit into
mainfrom
fix/tag-triggers-release

Conversation

@kokoichi206
Copy link
Copy Markdown
Owner

Summary

  • GITHUB_TOKEN による tag push は GitHub の仕様で他の workflow をトリガーしない
  • tag workflow から release workflow を workflow_call で直接呼び出すように修正
  • release.yml に workflow_call トリガーと inputs.tag を追加

Flow

tag workflow (手動実行)
  ├─ tag job: tag 作成・push
  └─ release job: workflow_call → test + build + zip + GitHub Release

Test plan

  • CI が通ること
  • merge 後、v0.1.0 タグを削除して tag workflow を手動実行し、GitHub Release が作成されること

🤖 Generated with Claude Code

GITHUB_TOKEN push does not trigger other workflows (GitHub limitation).
Use workflow_call to chain tag → release within a single run.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kokoichi206 kokoichi206 merged commit c25f651 into main Feb 8, 2026
1 check passed
@kokoichi206 kokoichi206 deleted the fix/tag-triggers-release branch February 9, 2026 03:50
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