chore: remove useless check for stamped binary (#618)

Since we stopped `--stamp`ing our releases, this check can never fail.
This commit is contained in:
Alex Eagle 2023-10-10 17:32:11 -07:00 committed by GitHub
parent 219240d27a
commit 339fd76bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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