From e53c14490f12134291fde37eb4cfccbea57342b4 Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Sun, 3 Dec 2023 09:55:24 -0500 Subject: [PATCH] Fix typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cfac18..206a2db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,4 +33,4 @@ jobs: with: command: ${{ matrix.test.command }} plugin: ${{ matrix.test.plugin }} - version: ${{ matrix.test.version || 'latest' || + version: ${{ matrix.test.version || 'latest' }}