Skip to content

Dispatch release workflow directly from auto-tag one#33

Merged
RomainCscn merged 1 commit intomainfrom
romain/lin-64803-release-flow-not-triggered-even-after-tag-creation
Mar 26, 2026
Merged

Dispatch release workflow directly from auto-tag one#33
RomainCscn merged 1 commit intomainfrom
romain/lin-64803-release-flow-not-triggered-even-after-tag-creation

Conversation

@RomainCscn
Copy link
Copy Markdown
Collaborator

The auto-tag-release.yml workflow pushes tags using GITHUB_TOKEN. GitHub doesn't trigger workflows from push events created by GITHUB_TOKEN. Previous releases worked because tags were pushed manually.

Fix: Added a step in auto-tag-release.yml that explicitly triggers release.yml via gh workflow run with the tag ref. workflow_dispatch is exempted from the GITHUB_TOKEN restriction, so this works

@linear-code
Copy link
Copy Markdown

linear-code bot commented Mar 26, 2026

@RomainCscn RomainCscn merged commit b3a5f4a into main Mar 26, 2026
2 checks passed
@RomainCscn RomainCscn deleted the romain/lin-64803-release-flow-not-triggered-even-after-tag-creation branch March 26, 2026 09:22
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.

2 participants