Commit 1d1d966
committed
publish-image: drop redundant release trigger
The 'release: published' trigger fired after the tag-push trigger for
the same release, causing mcp-publisher to attempt a duplicate publish
which the registry rejects with HTTP 400 'cannot publish duplicate
version'. The tag-push trigger alone covers our git tag -> gh release
create flow, so the second trigger was pure duplicate work.1 parent 246b184 commit 1d1d966
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
0 commit comments