Skip to content

Commit afb8ff0

Browse files
committed
fix: correct quoting
Signed-off-by: Taylor Price <[email protected]>
1 parent e7eacf2 commit afb8ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
TAG=${{ github.event.client_payload.tag }}
1616
echo "${TAG#v}" >> $VERSION
1717
sed -i 's/version = "[0-9.]*"/version = "'${VERSION}'"/' pyproject.toml
18-
sed -i 's/version: "v[0-9.]*"/version: "'${TAG}'"/' gptscript/install.py
18+
sed -i 's/"version": "v[0-9.]*"/"version": "'${TAG}'"/' gptscript/install.py
1919
sed -i 's/"version": "v[0-9.]*"/"version": "'${TAG}'"/' scripts/package
2020
- uses: actions/setup-python@v5
2121
with:

0 commit comments

Comments
 (0)