We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d85ce commit dbd1ec7Copy full SHA for dbd1ec7
.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.event.push.ref }}##*/v}"
39
- echo "Debugging ${{ github.event.push.ref }}"
+ VERSION="${${{ github.ref }}##*/v}"
+ echo "Debugging ${{ github.ref }}, $GITHUB_REF_NAME, $GITHUB_REF"
40
echo "Version set to $VERSION"
41
sed -i -e "s/RELEASE_VERSION/$VERSION/g" package.json
42
0 commit comments