Skip to content

Commit

Permalink
add fallback for web3 json-rpc...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagden committed Dec 15, 2024
1 parent b33ce72 commit e6d7b42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boyar/create-version-file.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash -e

set -x

if [[ ! -z "$CIRCLE_TAG" ]]; then
echo "This is a release run - Updating the .version file to indicate the correct Semver"
echo "For this release ($CIRCLE_TAG)..."
Expand All @@ -16,4 +18,5 @@ else
LATEST_SEMVER=$(git describe --tags --abbrev=0)
SHORT_COMMIT=$(git rev-parse HEAD | cut -c1-8)
echo "$LATEST_SEMVER-$SHORT_COMMIT" > .version
echo "$LATEST_SEMVER-$SHORT_COMMIT"
fi

0 comments on commit e6d7b42

Please sign in to comment.