We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d104ca commit da42fc2Copy full SHA for da42fc2
.github/workflows/release-kustomize.yml
@@ -128,11 +128,11 @@ jobs:
128
# Release kustomize
129
make install-local-tools
130
gorepomod release kustomize ${{ inputs.release_type }} --local --doIt
131
- - name: Build kustomize library and create release
+ - name: Build kustomize binary and create release
132
run: |
133
134
- # Build kustomize library
135
- ./releasing/build-kustomize-library.sh
+ # Build kustomize binary
+ ./releasing/build-kustomize-binary.sh
136
137
# Ccompile changelog
138
changelog_file=$(mktemp)
releasing/build-kustomize-library.sh renamed to releasing/build-kustomize-binary.sh
0 commit comments