Skip to content

Commit 26d89c4

Browse files
NaN
1 parent 64f0b09 commit 26d89c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
git fetch origin deploy:deploy
3636
mike deploy --push --branch deploy --rebase ${{ matrix.version }}
37-
if [[ ${{ matrix.version }} =~ "v2" ]]; then
37+
if [[ ${{ matrix.version }} == "v2" ]]; then
3838
mike set-default -b deploy ${{ matrix.version }}
3939
fi
4040

0 commit comments

Comments
 (0)