Skip to content

Commit

Permalink
Add publish DevKit script
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Mar 13, 2024
1 parent 98c3b9b commit 5b2ab91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sbin/PublishDevKit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ for file in devkit-*

# Validate tarball is valid for publishing as TAG release
if [[ "${file_tag}" != "${TAG}" ]]; then
echo "${file_tag}"
echo "ERROR: devkit file is not valid for publishing under release tag ${TAG} : ${file}"
valid_files=false
fi
Expand Down

0 comments on commit 5b2ab91

Please sign in to comment.