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.
1 parent 4fe5f46 commit e23cdacCopy full SHA for e23cdac
.github/workflows/python-publish.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Set __version__
43
shell: bash
44
- run: sed -i "s/\".*\"/\"${VERSION}\"/g" "fortls/_version.py"
+ run: sed -i "s@\".*\"@\"${VERSION}\"@g" "fortls/_version.py"
45
46
- name: Commit the new version
47
0 commit comments