We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c746c0 commit 59218ceCopy full SHA for 59218ce
.github/workflows/release_pr.yml
@@ -10,7 +10,7 @@ on:
10
- Authenticator
11
- Liveness
12
release_tag:
13
- description: 'Release Tag'
+ description: 'Previous Release Tag'
14
required: false
15
type: string
16
env:
@@ -53,6 +53,7 @@ jobs:
53
54
RELEASE_MANAGER_TOKEN: ${{secrets.GITHUB_TOKEN}}
55
RELEASE_TAG: ${{ github.event.inputs.release_tag }}
56
+ COMPONENT: ${{ github.event.inputs.component }}
57
run: |
58
cd scripts
59
bundle exec fastlane android create_next_release_pr release_tag:"$RELEASE_TAG" base_branch:"$BASE_BRANCH" release_component_target:"$COMPONENT"
0 commit comments