Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jan 13, 2020
1 parent 98f58ef commit a58d4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lona-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
s.summary = \"A pod for the ${{ github.repository }} Lona Workspace.\"
s.homepage = \"https://github.com/${{ github.repository }}\"
s.license = \"None\"
s.author = { "Lona" => "[email protected]" }
s.author = { \"Lona\" => \"[email protected]\" }
s.source = { :http => \"https://github.com/${{ github.repository }}/releases/download/${{ steps.variables.outputs.new_tag }}/pod.zip\" }
s.source_files = \"Sources/**/*.{m,h,swift}\"
s.ios.deployment_target = \"10\"
Expand Down

0 comments on commit a58d4d7

Please sign in to comment.