From 1ec0d2211c7fb6a7f374d8f4a72ae68fe3ece2af Mon Sep 17 00:00:00 2001 From: Hanbyul Jo Date: Wed, 11 Dec 2024 13:24:52 -0500 Subject: [PATCH] Use v5.11.3 --- .github/workflows/build-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml index dccc58034..f8c8f0260 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -26,7 +26,7 @@ jobs: - name: Set Version Variable id: set-version - run: echo "VERSION=${{ github.event.client_payload.VERSION_NUMBER || 'v5.11.0' }}" >> $GITHUB_ENV + run: echo "VERSION=${{ github.event.client_payload.VERSION_NUMBER || 'v5.11.3' }}" >> $GITHUB_ENV - name: git config shell: bash