Skip to content

Commit 80a0721

Browse files
committed
fix build
1 parent 79d468e commit 80a0721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
CARGO_VERSION=$(yq .package.version concordium-node/Cargo.toml)
7474
if [ -z "${{ env.SERVICE }}" ]; then
75-
IFS='-' read -r VERSION BUILD RELEASE_TYPE <<< "0.0.1-0-rc"
75+
IFS='-' read -r VERSION BUILD RELEASE_TYPE <<< "7.0.6-0-rc"
7676
if [ ! "$VERSION" = "$CARGO_VERSION" ]; then
7777
echo "::error::${CARGO_VERSION} does not match ${VERSION}."
7878
exit 1

0 commit comments

Comments
 (0)