Exclude md5 checks on binary.

This commit is contained in:
2022-10-17 15:39:51 +01:00
parent be885367df
commit 7787fe5e6c
+1
View File
@@ -37,6 +37,7 @@ jobs:
DOWNLOAD_URL=$(curl -s https://api.github.com/repos/lukaszraczylo/semver-generator/releases/latest \
| grep browser_download_url \
| grep semver-gen-linux-amd64 \
| grep -v '.md5' \
| cut -d '"' -f 4)
curl -s -L -o semver-gen "$DOWNLOAD_URL" && chmod +x semver-gen
TMP_SANITISED_REPOSITORY_NAME=$(echo ${{ github.event.repository.name }} | sed -e 's|\.|-|g')