Skip to content

Commit 6aeec28

Browse files
authored
Add App ID as Env Var in the Second Step of the Release Workflow (#2565)
1 parent 94d7689 commit 6aeec28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-draft-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
version:
88
type: string
99
description: The released version without 'v'. For example, 1.0.0.
10+
env:
11+
APP_ID: 251311
1012
jobs:
1113
draft_release:
1214
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)