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.
2 parents 42141dd + f2a917e commit f84b6adCopy full SHA for f84b6ad
.github/workflows/tag-release-and-publish.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Get the current version
52
id: get_version
53
run: |
54
- VERSION=v$(cat Cargo.toml | grep -m 1 version | grep -o -P "\d+\.\d+\.\d+")
+ VERSION=$(cat Cargo.toml | grep -m 1 version | grep -o -P "\d+\.\d+\.\d+")
55
echo "VERSION=$VERSION" >> $GITHUB_ENV
56
57
- name: Get Changelog line
0 commit comments