release plugin on controller release (#10787)
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
0e5681d2c1
commit
f019bf2420
1 changed files with 2 additions and 5 deletions
7
.github/workflows/plugin.yaml
vendored
7
.github/workflows/plugin.yaml
vendored
|
@ -1,11 +1,8 @@
|
|||
name: kubectl plugin
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
tags:
|
||||
- 'v*.*.*\+plugin'
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
permissions:
|
||||
contents: write # for goreleaser/goreleaser-action
|
||||
|
|
Loading…
Reference in a new issue