Commit 578fe53
authored
fix: align crates publish workflow trigger with Docker build (#333)
* fix: add workflow_dispatch trigger to crates publish workflow
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.
* fix: align crates publish workflow trigger with Docker build
The crates publish workflow was triggering on 'release: published' event
which wasn't firing reliably. Changed to trigger on tag push (matching
Docker build workflow) for consistent behavior.
Both workflows now trigger on 'push: tags: v*' ensuring automatic
publication when version tags are pushed.1 parent 87f6065 commit 578fe53
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments