Skip to content

Commit c436377

Browse files
committed
a
1 parent 0bbd6ae commit c436377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
python generate-code.py
3030
- name: Update version in linebot/__about__.py
3131
run: |
32-
VERSION="12.3.0"
33-
sed -i 's/__version__ = "__LINE_BOT_SDK_PYTHON_VERSION__"/__version__ = "$VERSION"/g' linebot/__about__.py
32+
VERSION="12.3.0"
33+
sed -i "s/__version__ = '__LINE_BOT_SDK_PYTHON_VERSION__'/__version__ = '$VERSION'/g" linebot/__about__.py
3434
cat linebot/__about__.py
3535
- name: Test with pytest
3636
run: |

0 commit comments

Comments
 (0)