Skip to content

Commit

Permalink
Add App ID as Env Var in the Second Step of the Release Workflow (#2565)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Nov 10, 2023
1 parent 94d7689 commit 6aeec28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6aeec28

Please sign in to comment.