Commit ccb11b6
authored
fix: add workflow_dispatch trigger to crates publish workflow (#313)
The release:published event doesn't fire when GitHub releases are created
by other actions (using GITHUB_TOKEN), which prevents automatic crates.io
publishing. Adding workflow_dispatch allows manual triggering as a fallback.1 parent 21cee12 commit ccb11b6
1 file changed
+1
-0
lines changed| 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