Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed Feb 12, 2024
1 parent a44662c commit fdb9381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-kustomize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# TODO: delete hardcoded version after stable
gorepomod pin kyaml v0.16.0 --local --doIt
gorepomod pin cmd/config v0.13.0 --local --doIt
gorepomod pin api --local v0.15.0 --doIt
gorepomod pin api v0.16.0 --local --doIt
- name: Build test
run: |
make build-kustomize-api
Expand Down

0 comments on commit fdb9381

Please sign in to comment.