From 241e8e1eea4cb381a55065da00c3476c1fc67e06 Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 15 Aug 2024 11:52:50 -0700 Subject: [PATCH] This is broken because I have consummate vs --- .github/workflows/release.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index acf1c6a..91c222a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,14 +25,6 @@ jobs: run: | echo "version is: $VERSION" - - name: Check that tag version and Cargo.toml version are the same - shell: bash - run: | - if ! grep -q "version = \"$VERSION\"" Cargo.toml; then - echo "version does not match Cargo.toml" >&2 - exit 1 - fi - - name: Create GitHub release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}