Skip to content

Commit 541aaff

Browse files
committed
Quote fix attempt #2
1 parent 39e5feb commit 541aaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
DEV_VERSION=${{ github.event.inputs.dev_version }}
2929
CURRENT_VERSION=$(awk -F= '/__version__ =/ {print $2}' llama_cpp/__init__.py | tr -d ' "')
3030
NEW_VERSION="${CURRENT_VERSION}.dev${DEV_VERSION}"
31-
sed -i "s/__version__ = \\".*\\"/__version__ = \\"${NEW_VERSION}\\"/" llama_cpp/__init__.py
31+
sed -i 's/__version__ = \".*\"/__version__ = \"'"${NEW_VERSION}"'\"/' llama_cpp/__init__.py
3232
- name: Install dependencies
3333
run: |
3434
python3 -m pip install --upgrade pip build

0 commit comments

Comments
 (0)