From 3fcc7287c9cdd7a3f1dd33c46f4ba33605077d8c Mon Sep 17 00:00:00 2001 From: "Pt. Prashant tripathi" <26687933+PtPrashantTripathi@users.noreply.github.com> Date: Wed, 25 Sep 2024 00:46:57 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 420a73f2..b11684be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: # Define environment variables env: + name: python RELEASE_DATE: "" # Placeholder for release date, set dynamically during the job PROJECT_DIR: ${{ github.workspace }} # Set project directory to the current GitHub workspace url: ${{ steps.cpr.outputs.pull-request-url }}