Skip to content

Commit e23cdac

Browse files
committed
Fixes sed expression for version autoupdate
1 parent 4fe5f46 commit e23cdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Set __version__
4343
shell: bash
44-
run: sed -i "s/\".*\"/\"${VERSION}\"/g" "fortls/_version.py"
44+
run: sed -i "s@\".*\"@\"${VERSION}\"@g" "fortls/_version.py"
4545

4646
- name: Commit the new version
4747
shell: bash

0 commit comments

Comments
 (0)