# Description
Since [we
changed](https://github.com/Cardinal-Cryptography/aleph-node/commit/a0faac51f21f46a90bc1e4000c6ca9211616dd87)
versioning scheme, we need to adapt check in workflow on tag push.
Previously [it
worked](https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/11235658890/job/31234074222)
since `version` in node's `Cargo.toml` was `0.X.Y`, now it is `X.Y.Z`.
Now it [does
not](https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/12140381720/job/33850050691),
which this PR fixes.
## Type of change
Please delete options that are not relevant.
- Bug fix (non-breaking change which fixes an issue)