Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Jul 10, 2023
1 parent 79ad429 commit 758a13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: cat output1.txt
- run: grep -q 'IS_PRERELEASE=true' output1.txt
- run: grep -q 'VERSION="1.0a1"' output1.txt
- run: grep -q 'VERSION=1.0a1' output1.txt

- run: echo "VERSION = '1.1.1'" > foobar/version.py
- run: >
Expand All @@ -53,7 +53,7 @@ jobs:
- run: cat output2.txt
- run: grep -q 'IS_PRERELEASE=false' output2.txt
- run: grep -q 'VERSION="1.1.1"' output2.txt
- run: grep -q 'VERSION=1.1.1' output2.txt

test-action:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 758a13b

Please sign in to comment.