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 79d468e commit 80a0721Copy full SHA for 80a0721
.github/workflows/release.yaml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
CARGO_VERSION=$(yq .package.version concordium-node/Cargo.toml)
74
if [ -z "${{ env.SERVICE }}" ]; then
75
- IFS='-' read -r VERSION BUILD RELEASE_TYPE <<< "0.0.1-0-rc"
+ IFS='-' read -r VERSION BUILD RELEASE_TYPE <<< "7.0.6-0-rc"
76
if [ ! "$VERSION" = "$CARGO_VERSION" ]; then
77
echo "::error::${CARGO_VERSION} does not match ${VERSION}."
78
exit 1
0 commit comments