Skip to content

Commit

Permalink
fix: passed env var correctly to create play key (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbourdais authored Apr 3, 2023
1 parent 8680958 commit 4fe5d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/create-google-play-key.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ parameters:
steps:
- run:
name: Create Google Play key
command: echo << parameters.google-play-key >> > google-play-key.json
command: echo ${<< parameters.google-play-key >>} > google-play-key.json
working_directory: << parameters.working-directory >>

0 comments on commit 4fe5d11

Please sign in to comment.