Skip to content

Commit b6c4895

Browse files
committed
Tweak it more
1 parent dbd1ec7 commit b6c4895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/abi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- name: Update version from tag
3636
working-directory: ./contracts/dist
3737
run: |
38-
VERSION="${${{ github.ref }}##*/v}"
39-
echo "Debugging ${{ github.ref }}, $GITHUB_REF_NAME, $GITHUB_REF"
38+
VERSION=${GITHUB_REF_NAME#v}
39+
echo "Debugging GITHUB_REF_NAME, $VERSION"
4040
echo "Version set to $VERSION"
4141
sed -i -e "s/RELEASE_VERSION/$VERSION/g" package.json
4242

0 commit comments

Comments
 (0)