Skip to content

Commit da42fc2

Browse files
committed
fix naming
1 parent 8d104ca commit da42fc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-kustomize.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ jobs:
128128
# Release kustomize
129129
make install-local-tools
130130
gorepomod release kustomize ${{ inputs.release_type }} --local --doIt
131-
- name: Build kustomize library and create release
131+
- name: Build kustomize binary and create release
132132
run: |
133133
134-
# Build kustomize library
135-
./releasing/build-kustomize-library.sh
134+
# Build kustomize binary
135+
./releasing/build-kustomize-binary.sh
136136
137137
# Ccompile changelog
138138
changelog_file=$(mktemp)

0 commit comments

Comments
 (0)