From cf1067e7403fd202d96f4ef549e4cab70380f054 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Sun, 24 May 2020 17:00:19 +0100 Subject: [PATCH] Add explicit SHA to release --- .github/workflows/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index da76d9aa0..d053293e7 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -105,7 +105,7 @@ jobs: echo "Adding asset: ${asset}" assets+=("-a" "$asset") done - hub release create -p "${assets[@]}" -m "$VERSION" "$VERSION" + hub release create -p "${assets[@]}" -m "$VERSION" -t "$GITHUB_SHA" "$VERSION" build_source: name: Build source tarball