From 3c2f65ea0921b52888aee55aea8570ecdc992c3e Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 17 Feb 2023 08:41:07 +1100 Subject: [PATCH] Point releases to v5-develop (cherry picked from commit 2e6a47c3888936f409e1fab3e25c5636b94eae61) --- .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 5bf89ecaf..6b5489f6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout code uses: actions/checkout@v1 with: - ref: v5-stable + ref: v5-develop - name: Copy .env file run: |