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 cacbbba commit 54aed14Copy full SHA for 54aed14
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Run version validation
26
run: |
27
# Extract versions
28
- CARGO_VERSION=$(grep '^version = ' Cargo.toml | head -1 | sed 's/version = "\(.*\)"/\1/')
+ CARGO_VERSION=$(grep '^version = ' Cargo.toml | head -1 | sed 's/version = "\(.*\)"/\1/' | tr -d '\r\n')
29
TAG_VERSION=${GITHUB_REF_NAME#v}
30
31
echo "🔍 MANDATORY VERSION VALIDATION"
0 commit comments