From 6aeec289343c278686632857fff0c61b9d99a3fe Mon Sep 17 00:00:00 2001 From: Oliver Sun <73540835+oliversun9@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:42:26 -0500 Subject: [PATCH] Add App ID as Env Var in the Second Step of the Release Workflow (#2565) --- .github/workflows/build-and-draft-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-draft-release.yaml b/.github/workflows/build-and-draft-release.yaml index c3210f1fd5..3025db9af8 100644 --- a/.github/workflows/build-and-draft-release.yaml +++ b/.github/workflows/build-and-draft-release.yaml @@ -7,6 +7,8 @@ on: version: type: string description: The released version without 'v'. For example, 1.0.0. +env: + APP_ID: 251311 jobs: draft_release: runs-on: ubuntu-latest