Skip to content

Commit

Permalink
Tweak it more
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Aug 4, 2023
1 parent dbd1ec7 commit b6c4895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/abi.yml
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Update version from tag
working-directory: ./contracts/dist
run: |
VERSION="${${{ github.ref }}##*/v}"
echo "Debugging ${{ github.ref }}, $GITHUB_REF_NAME, $GITHUB_REF"
VERSION=${GITHUB_REF_NAME#v}
echo "Debugging GITHUB_REF_NAME, $VERSION"
echo "Version set to $VERSION"
sed -i -e "s/RELEASE_VERSION/$VERSION/g" package.json
Expand Down

0 comments on commit b6c4895

Please sign in to comment.