Skip to content

Commit

Permalink
fix: Prod release github action creating APK without news feed api key (
Browse files Browse the repository at this point in the history
  • Loading branch information
rob729 authored Jan 2, 2024
1 parent d035a25 commit cb19d57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:
run: gem install fastlane

- name: Run Fastlane lane for prod release
env:
NEWS_FEED_API_KEY: ${{ secrets.NEWS_FEED_API_KEY }}
run: fastlane android production

0 comments on commit cb19d57

Please sign in to comment.