Skip to content

Commit e7c4e06

Browse files
authored
Fix release action ci (#31)
Signed-off-by: xiaolong.ran <[email protected]> The https://github.com/RyanSiu1995/kubebuilder-action Upgrade the version to `v1.1` to avoid the `add-path` error. So we need to fix the issue. Fix release action ci
1 parent 6a25bd0 commit e7c4e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: go
1818

1919
- name: setup kubebuilder 2.3.1
20-
uses: RyanSiu1995/kubebuilder-action@v1
20+
uses: RyanSiu1995/kubebuilder-action@v1.1
2121
with:
2222
version: 2.3.1
2323

0 commit comments

Comments
 (0)