Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit d630267

Browse files
fix: force using \+
1 parent e2eae5e commit d630267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Update version and push
3131
id: make-commit
3232
run: |
33-
sed -i 's/version="[0-9]+\.[0-9]+\.[0-9]+"/version="${{ github.event.inputs.versionName }}"/g' setup.py
33+
sed -i 's/version="[0-9]\+\.[0-9]\+\.[0-9]\+"/version="${{ github.event.inputs.versionName }}"/g' setup.py
3434
git add setup.py
3535
git commit -S --message "Prepare release ${{ github.event.inputs.versionName }}"
3636
echo "commit=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)