Skip to content

Commit 758a13b

Browse files
committed
fix ci
1 parent 79ad429 commit 758a13b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- run: cat output1.txt
3838
- run: grep -q 'IS_PRERELEASE=true' output1.txt
39-
- run: grep -q 'VERSION="1.0a1"' output1.txt
39+
- run: grep -q 'VERSION=1.0a1' output1.txt
4040

4141
- run: echo "VERSION = '1.1.1'" > foobar/version.py
4242
- run: >
@@ -53,7 +53,7 @@ jobs:
5353
5454
- run: cat output2.txt
5555
- run: grep -q 'IS_PRERELEASE=false' output2.txt
56-
- run: grep -q 'VERSION="1.1.1"' output2.txt
56+
- run: grep -q 'VERSION=1.1.1' output2.txt
5757

5858
test-action:
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)