Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-novi committed Oct 18, 2023
1 parent c4ce51b commit 1d62623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
KEYCHAIN_TOKEN: ${{ secrets.KEYCHAIN_TOKEN }}
NODE_ENV: production
APPSTORE_ISSUER_ID: ${{ secrets.APPSTORE_ISSUER_ID }}
APPSTORE_KEY_ID: ${{ secrets.APPSTORE_KEY_ID }}

Expand Down Expand Up @@ -199,3 +198,5 @@ jobs:

- name: Run fastlane beta
run: xcversion select 13.0 && cd ios/fastlane && bundle exec fastlane beta
env:
NODE_ENV: production

0 comments on commit 1d62623

Please sign in to comment.