Skip to content

Commit 96e98f8

Browse files
committed
fix comment
1 parent f7af37b commit 96e98f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-kustomize.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ jobs:
131131
- name: Build kustomize library and create release
132132
run: |
133133
134-
# Create release draft
134+
# Build kustomize library
135135
./releasing/build-kustomize-library.sh
136136
137-
# Create release draft
137+
# Ccompile changelog
138138
changelog_file=$(mktemp)
139139
currentTag=$(git describe --tags)
140140
./releasing/compile-changelog.sh "kustomize" "${currentTag}" "${changelog_file}"

0 commit comments

Comments
 (0)