Skip to content

Commit

Permalink
Remove if statement for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 19, 2024
1 parent e7536cb commit 87aa6e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ 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
echo "ROSETTA_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
echo "OUTFILE=${{ env.OUTFOLDER }}/macos/concordium-rosetta-${{ env.ROSATTE_VERSION }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 87aa6e0

Please sign in to comment.