Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed May 25, 2024
1 parent 8d104ca commit da42fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-kustomize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ jobs:
# Release kustomize
make install-local-tools
gorepomod release kustomize ${{ inputs.release_type }} --local --doIt
- name: Build kustomize library and create release
- name: Build kustomize binary and create release
run: |
# Build kustomize library
./releasing/build-kustomize-library.sh
# Build kustomize binary
./releasing/build-kustomize-binary.sh
# Ccompile changelog
changelog_file=$(mktemp)
Expand Down
File renamed without changes.

0 comments on commit da42fc2

Please sign in to comment.