We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bb925 commit c86c46fCopy full SHA for c86c46f
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Check that tag version and Cargo.toml version are the same
31
shell: bash
32
run: |
33
- if ! grep -q "version = \"$(echo $VERSION | sed 's/v\(.*\)-.*/\1/')\"" Cargo.toml; then
+ if ! grep -q "version = \"$(echo $VERSION | sed 's/v\(.*\)-*.*/\1/')\"" Cargo.toml; then
34
echo "version does not match Cargo.toml" >&2
35
exit 1
36
fi
0 commit comments