From 339fd76bf070da4ae72ee26b30c9391378446723 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Tue, 10 Oct 2023 17:32:11 -0700 Subject: [PATCH] chore: remove useless check for stamped binary (#618) Since we stopped `--stamp`ing our releases, this check can never fail. --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fbe4f1..5ee4dcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,10 +35,6 @@ jobs: fi rm -rf /tmp/aspect/release bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc run //tools:release -- /tmp/aspect/release - if /tmp/aspect/release/copy_to_directory-linux_amd64 version | grep '(with local changes)'; then - >&2 echo "ERROR: the release contained changes in the git state and the release will not be produced" - exit 1 - fi - name: Prepare workspace snippet run: .github/workflows/release_prep.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt - name: Release