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 f22dd6e commit e7536cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e7536cb

Please sign in to comment.