Skip to content

fix: trigger release workflow on published release event#53

Merged
t0gun merged 1 commit into
mainfrom
fix/release-workflow
Jul 6, 2026
Merged

fix: trigger release workflow on published release event#53
t0gun merged 1 commit into
mainfrom
fix/release-workflow

Conversation

@t0gun

@t0gun t0gun commented Jul 6, 2026

Copy link
Copy Markdown
Member

Tag push triggers fail because GitHub rulesets block tag creation via git push. Switch to on: release: types: [published] which fires when a release is created through the GitHub UI.

Also drops the v prefix from release-please tags via include-v-in-tag: false to match what GitHub allows.

The tag push trigger fails because GitHub rulesets block tag creation
via git push. Switch to the release published event which fires when
a release is created through the GitHub UI.
@t0gun t0gun force-pushed the fix/release-workflow branch from 33cd8ca to cccfe8e Compare July 6, 2026 06:58
@t0gun t0gun merged commit 03479c0 into main Jul 6, 2026
9 checks passed
@t0gun t0gun deleted the fix/release-workflow branch July 6, 2026 07:01
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