From 29d8f7d766d913cf77c994ab714d326e145f773e Mon Sep 17 00:00:00 2001 From: Tobias Klug Date: Sat, 17 Aug 2024 15:14:15 +0200 Subject: [PATCH] Temporary disable step --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 456effd..cc8a1f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,7 @@ jobs: run: echo "VERSION=${{ github.ref_name }}" >> $GITHUB_ENV - name: Check that tag version and Cargo.toml version are the same + if: false shell: bash run: | if ! grep -q "version = \"$VERSION\"" Cargo.toml; then