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 78e5545 + b2099b6 commit 8d70048Copy full SHA for 8d70048
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Extract version from CHANGELOG.md
20
id: changelog
21
run: |
22
- version=$(grep -m 1 -oP '^##\s*\[\K[0-9]+\.[0-9]+\.[0-9]+' CHANGELOG.md)
+ version=$(grep -m 1 -oP '^##\s*\[v[0-9]+\.[0-9]+\.[0-9]+' CHANGELOG.md)
23
echo "version=$version" >> $GITHUB_OUTPUT
24
25
# - name: Create and push git tag
0 commit comments