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
|
name: kubectl plugin
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
branches:
|
types: [published]
|
||||||
- "main"
|
|
||||||
tags:
|
|
||||||
- 'v*.*.*\+plugin'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for goreleaser/goreleaser-action
|
contents: write # for goreleaser/goreleaser-action
|
||||||
|
|
Loading…
Reference in a new issue