Skip to content

Commit 1afc52e

Browse files
committed
Fix typo in "release process" workflow
Signed-off-by: Neil Hickey <[email protected]> Signed-off-by: Varsha Munishwar <[email protected]>
1 parent 30009b4 commit 1afc52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-process.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Add to formatted checksum
6060
run: |
6161
pushd release
62-
shasum -a 256 ./release.yml ./kctrl-* ./package.yml ./package-metada.yml | tee ../tmp/checksums.txt
62+
shasum -a 256 ./release.yml ./kctrl-* ./package.yml ./package-metadata.yml | tee ../tmp/checksums.txt
6363
popd
6464
echo "# :open_file_folder: Files Checksum" | tee ./tmp/checksums-formatted.txt
6565
echo '```' | tee -a ./tmp/checksums-formatted.txt

0 commit comments

Comments
 (0)