Commit 51aed73
authored
ci: remove krew-index update step on dev/v0.0.33-windows (#2390)
The krew-release-bot step in goreleaser.yaml triggers on every tag
pushed from this branch, including pre-release tags like
`v0.0.33-windows-rc.2`, opening spurious PRs against
[krew-index](https://github.com/kubernetes-sigs/krew-index) (e.g.
#5787).
Main has #2107 which gates the step on final release tags, but this dev
branch forked before that landed. Since this branch only produces
pre-release/windows-dev tags that should never publish to krew, removing
the step entirely is the simplest fix.
The new tag `v0.0.33-windows-rc.2` already points to a commit with this
change applied, so the in-flight release is unaffected.
---------
Signed-off-by: Mathew Merrick <matmerr@microsoft.com>1 parent ac23264 commit 51aed73
2 files changed
Lines changed: 0 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 45 | | |
63 | 46 | | |
64 | 47 | | |
| |||
0 commit comments