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 c368a84 commit 2b0e76aCopy full SHA for 2b0e76a
1 file changed
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
import re
63
import pathlib
64
txt = pathlib.Path('gleam.toml').read_text(encoding='utf-8')
65
- m = re.search(r'^version\\s*=\\s*\"([^\"]+)\"\\s*$', txt, re.M)
+ m = re.search(r'^version\s*=\s*"([^"]+)"\s*$', txt, re.M)
66
print(m.group(1) if m else '')
67
PY
68
)"
0 commit comments