From 57bd0caaf0084109846e49e181bf653741af3558 Mon Sep 17 00:00:00 2001 From: Joshua Schmitt Date: Wed, 22 Nov 2023 16:06:52 +0100 Subject: [PATCH] fix: :ambulance: finally fix this ci --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea9fd7a..38b45a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [1.16, 1.17, 1.18, 1.19, 1.20] + version: [1.16, 1.17, 1.18, 1.19, "1.20"] steps: - name: "🔽 Download Packs" uses: actions/download-artifact@v3