Skip to content

Commit

Permalink
Remove cycle in release process
Browse files Browse the repository at this point in the history
We can't use the latest release to build the latest release.

Signed-off-by: Jon Johnson <[email protected]>
  • Loading branch information
jonjohnsonjr authored and imjasonh committed Oct 24, 2024
1 parent ac22328 commit fd1f251
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
go-version-file: 'go.mod'
check-latest: true

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

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

Expand Down

0 comments on commit fd1f251

Please sign in to comment.