Skip to content

Commit f019bf2

Browse files
authored
release plugin on controller release (#10787)
Signed-off-by: James Strong <strong.james.e@gmail.com>
1 parent 0e5681d commit f019bf2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/plugin.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: kubectl plugin
22

33
on:
4-
push:
5-
branches:
6-
- "main"
7-
tags:
8-
- 'v*.*.*\+plugin'
4+
release:
5+
types: [published]
96

107
permissions:
118
contents: write # for goreleaser/goreleaser-action

0 commit comments

Comments
 (0)