Skip to content

Commit

Permalink
ci: correct eof format
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Jul 12, 2024
1 parent ecced69 commit 2e710ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
printf '%s\n' "$(cat <<EOF
${{ needs.get-release.outputs.changelog }}
EOF)" > $(printf "$file" "en-US")
EOF
)" > $(printf "$file" "en-US")
bash android/fastlane/translate-changelog.sh "$file" '${{ secrets.GOOGLE_AI_API_KEY }}'
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 2e710ef

Please sign in to comment.