File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
run : |
30
30
make release-controller-gen
31
31
- name : Release
32
- uses : softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # tag=v2.0.9
32
+ uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # tag=v2.1.0
33
33
with :
34
34
draft : false
35
35
files : out/*
Original file line number Diff line number Diff line change 39
39
run : |
40
40
make release-envtest KUBERNETES_VERSION=${{ env.KUBERNETES_VERSION }}
41
41
- name : Release
42
- uses : softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # tag=v2.0.9
42
+ uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # tag=v2.1.0
43
43
with :
44
44
tag_name : envtest-${{ env.KUBERNETES_VERSION }}
45
45
draft : false
You can’t perform that action at this time.
0 commit comments