Skip to content

Commit

Permalink
Fix version-bump typo on Publish job
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Searcy <[email protected]>
  • Loading branch information
emsearcy committed Feb 7, 2025
1 parent eb42a6e commit b0d8107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v8
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: ko-build/setup-ko@v0.6
- uses: ko-build/setup-ko@v0.8
- run: |
ko build . \
--bare \
Expand Down

0 comments on commit b0d8107

Please sign in to comment.