Skip to content

Commit fd1f251

Browse files
jonjohnsonjrimjasonh
authored andcommitted
Remove cycle in release process
We can't use the latest release to build the latest release. Signed-off-by: Jon Johnson <[email protected]>
1 parent ac22328 commit fd1f251

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
go-version-file: 'go.mod'
2828
check-latest: true
2929

30-
# This installs the current latest release.
30+
# This installs the current latest release. We have to manually bump this.
3131
- uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7
32+
with:
33+
version: v0.16.0 # DO NOT REMOVE THIS OR IT WILL CREATE A CYCLE.
3234

3335
- uses: imjasonh/setup-crane@31b88efe9de28ae0ffa220711af4b60be9435f6e # v0.4
3436

0 commit comments

Comments
 (0)