From e7536cbf5890c223530d4e72973c00e761d8664f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20K=C3=B8hler=20Warmdahl?= Date: Tue, 19 Nov 2024 08:56:47 +0100 Subject: [PATCH] Remove if statement for testing --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 711b453..5c36076 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,11 +37,11 @@ jobs: - name: Get the rosetta version run: | CARGO_VERSION=$(yq .package.version "Cargo.toml") - if [ ! "${{ github.ref_name }}" = "$CARGO_VERSION" ] ; then - echo "::error::$CARGO_VERSION does not match ${{ github.ref_name }}." - exit 1 - fi - fi +# if [ ! "${{ github.ref_name }}" = "$CARGO_VERSION" ] ; then +# echo "::error::$CARGO_VERSION does not match ${{ github.ref_name }}." +# exit 1 +# fi +# fi echo "ROSETTA_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV echo "OUTFILE=${{ env.OUTFOLDER }}/macos/concordium-rosetta-${{ env.ROSATTE_VERSION }}" >> $GITHUB_ENV