Commit aa1cd5d
fix: trigger publish workflow from auto-release via workflow_dispatch (#21)
GITHUB_TOKEN events don't trigger other workflows, but workflow_dispatch
is an exception. Add workflow_dispatch trigger to publish.yml and a step
in auto-release.yml to invoke it after creating a release.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 39792b8 commit aa1cd5d
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments