Skip to content

Commit

Permalink
Merge pull request #6 from niyajali/fix-typo
Browse files Browse the repository at this point in the history
fix: Fixed typo in promote to beta lane
  • Loading branch information
niyajali authored Jan 12, 2025
2 parents da9fa0a + 5929ec2 commit 3b9d8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
- name: Promote Internal to Beta
shell: bash
if: inputs.release_type == 'beta'
run: bundle exec fastlane android promote_to_beta
run: bundle exec fastlane android promoteToBeta

# Save AAB files as artifacts
- name: Archive Build
Expand Down

0 comments on commit 3b9d8ce

Please sign in to comment.