From 8f59e6b461f7316d862fc67c62d15fa6bfbc9657 Mon Sep 17 00:00:00 2001 From: Manikandan Subramaniam <113734488+manikandan-xilinx@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:00:44 -0700 Subject: [PATCH] adding release input to setenv composite action (#8326) --- .github/workflows/xrt_master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/xrt_master.yml b/.github/workflows/xrt_master.yml index eb30e6208a5..d0f21ae9cf6 100644 --- a/.github/workflows/xrt_master.yml +++ b/.github/workflows/xrt_master.yml @@ -435,6 +435,7 @@ jobs: runNumber: ${{ env.XRT_VERSION_PATCH }} pipeline: ${{ env.PIPELINE }} env: ${{ env.ENV }} + release: ${{ env.RELEASE }} workspace: ${{ github.workspace }} buildNumber: ${{ env.XRT_VERSION_PATCH }} github_sha: ${{ github.sha }}