We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd1ec7 commit b6c4895Copy full SHA for b6c4895
1 file changed
.github/workflows/abi.yml
@@ -35,8 +35,8 @@ jobs:
35
- name: Update version from tag
36
working-directory: ./contracts/dist
37
run: |
38
- VERSION="${${{ github.ref }}##*/v}"
39
- echo "Debugging ${{ github.ref }}, $GITHUB_REF_NAME, $GITHUB_REF"
+ VERSION=${GITHUB_REF_NAME#v}
+ echo "Debugging GITHUB_REF_NAME, $VERSION"
40
echo "Version set to $VERSION"
41
sed -i -e "s/RELEASE_VERSION/$VERSION/g" package.json
42
0 commit comments