From 82f001cea63a99d2d5690905b1c0b596eb2180ee Mon Sep 17 00:00:00 2001 From: Rin Kuryloski Date: Mon, 22 Apr 2024 15:45:54 +0200 Subject: [PATCH] Set the PROJECT_VERSION to 4.0.0 to match the bazel behavior in the OCI workflow --- .github/workflows/oci-make.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oci-make.yaml b/.github/workflows/oci-make.yaml index d6471a10fe93..fb41da4dd878 100644 --- a/.github/workflows/oci-make.yaml +++ b/.github/workflows/oci-make.yaml @@ -25,7 +25,7 @@ jobs: elixir-version: 1.15 - name: make package-generic-unix run: | - make package-generic-unix + make package-generic-unix PROJECT_VERSION=4.0.0 - name: Upload package-generic-unix uses: actions/upload-artifact@v4.3.1 with: