Skip to content

Fix release workflow dispatch after tag creation#88

Merged
dak2 merged 1 commit intomainfrom
fix/release-workflow-dispatch
Mar 24, 2026
Merged

Fix release workflow dispatch after tag creation#88
dak2 merged 1 commit intomainfrom
fix/release-workflow-dispatch

Conversation

@dak2
Copy link
Copy Markdown
Owner

@dak2 dak2 commented Mar 24, 2026

Motivation

The release workflow (release.yml) was not triggered after release-tag.yml created and pushed a tag. This is because GITHUB_TOKEN push events do not trigger other workflows by GitHub's design to prevent recursive runs.

Changes

  • Add actions: write permission to allow workflow dispatch
  • Explicitly trigger release.yml via gh workflow run with workflow_dispatch after tag push

Checked

🤖 Generated with Claude Code

GITHUB_TOKEN push events do not trigger other workflows by design.
Explicitly dispatch release.yml via workflow_dispatch after creating the tag.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dak2 dak2 merged commit 877ffd8 into main Mar 24, 2026
4 checks passed
@dak2 dak2 deleted the fix/release-workflow-dispatch branch March 24, 2026 00:44
@dak2 dak2 mentioned this pull request Apr 5, 2026
4 tasks
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