Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Oct 29, 2023
1 parent 07f9f58 commit 9c1523c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-playstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
lane: ${{ steps.lane.outputs.result }}
dev_build_number: ${{ steps.dev_build_number.outputs.result }}
flavor: ${{ steps.flavor.outputs.value }}
build_code: ${{ steps.build_code.outputs.build_code }}
build_code: ${{ steps.build_code.outputs.value }}
steps:
- name: Get latest tag
id: tag
Expand Down

0 comments on commit 9c1523c

Please sign in to comment.