Skip to content

Commit b2099b6

Browse files
committed
Refactor automated release process fix round 5
1 parent 78e5545 commit b2099b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Extract version from CHANGELOG.md
2020
id: changelog
2121
run: |
22-
version=$(grep -m 1 -oP '^##\s*\[\K[0-9]+\.[0-9]+\.[0-9]+' CHANGELOG.md)
22+
version=$(grep -m 1 -oP '^##\s*\[v[0-9]+\.[0-9]+\.[0-9]+' CHANGELOG.md)
2323
echo "version=$version" >> $GITHUB_OUTPUT
2424
2525
# - name: Create and push git tag

0 commit comments

Comments
 (0)