From c2b6d800375bd226281773c67fabff1958d24c64 Mon Sep 17 00:00:00 2001 From: Abdelrahman Shawki Hassan Date: Thu, 12 Dec 2024 16:09:38 +0100 Subject: [PATCH] fix: release action pin 2.4.7 version --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a49ad5caf..b3d7b785a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -126,7 +126,7 @@ jobs: AWS_S3_BUCKET_NAME: ${{ secrets.AWS_S3_BUCKET_NAME }} LICENSES: ${{ steps.create_license_report.outputs.LICENSES }} with: - version: "~> v2" + version: "v2.4.7" args: release --clean - name: Output compiled licenses