Commit 9b294dc
authored
chore(ci): sync publish.yml trigger to push:tags (#45)
Swap the publish workflow trigger from release:[published] to
push:tags 'v*.*.*' to match attune-ai's publish-pypi.yml pattern
(synced 2026-05-25; original change in attune-ai PR #459).
The release:[published] event does NOT fire when the release is
created by GITHUB_TOKEN (another workflow). Tag-push fires
unconditionally regardless of actor. Today's manual flow
(gh release create after tag push) keeps working; future
release-automation workflows would have failed silently on the
old trigger.
No public API or package surface affected. CHANGELOG entry under
[Unreleased]; no version bump (workflow-only change).1 parent 2756595 commit 9b294dc
2 files changed
Lines changed: 28 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
7 | 17 | | |
8 | 18 | | |
9 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
15 | 28 | | |
16 | 29 | | |
17 | 30 | | |
| |||
0 commit comments