Commit 582c495
authored
fix(ci): trigger publish workflow explicitly from release (#86)
## What
Add explicit `gh workflow run publish.yml` step to release workflow,
matching bashkit's approach.
## Why
The `release.published` event doesn't chain when the GitHub Release is
created by `GITHUB_TOKEN` — this is a known GitHub Actions limitation.
The v0.2.0 publish required manual `workflow_dispatch`.
## How
- Added `actions: write` permission to release workflow
- Added step to explicitly trigger publish.yml after creating the
release
## Risk
- Low — CI-only change, matches proven bashkit pattern1 parent e030b91 commit 582c495
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
0 commit comments