Skip to content

Commit 59218ce

Browse files
authored
chore: add missing component env variable in release_pr Github action (#171)
1 parent 3c746c0 commit 59218ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- Authenticator
1111
- Liveness
1212
release_tag:
13-
description: 'Release Tag'
13+
description: 'Previous Release Tag'
1414
required: false
1515
type: string
1616
env:
@@ -53,6 +53,7 @@ jobs:
5353
env:
5454
RELEASE_MANAGER_TOKEN: ${{secrets.GITHUB_TOKEN}}
5555
RELEASE_TAG: ${{ github.event.inputs.release_tag }}
56+
COMPONENT: ${{ github.event.inputs.component }}
5657
run: |
5758
cd scripts
5859
bundle exec fastlane android create_next_release_pr release_tag:"$RELEASE_TAG" base_branch:"$BASE_BRANCH" release_component_target:"$COMPONENT"

0 commit comments

Comments
 (0)