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 c4ed3ed commit adcd1a2Copy full SHA for adcd1a2
.github/workflows/autorelease.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
echo "Checking if a new release is needed"
24
# get current version from cargo
25
- CARGO_VER="v$(cargo metadata --format-version=1 --no-deps | jq '.packages[] | select(.name == "signet-node") | .version' -r)"
+ CARGO_VER="v$(cargo metadata --format-version=1 --no-deps | jq '.packages[] | select(.name == "zenith-builder-example") | .version' -r)"
26
echo "$CARGO_VER"
27
# get latest version from git tags
28
GIT_VER=$(git describe --tags --abbrev=0)
0 commit comments