Skip to content

Commit

Permalink
Update .github/workflows/ios-upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored May 9, 2022
1 parent 30e05d6 commit b97137a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
AUTH_KEY_FILE_DECRYPTKEY: ${{ secrets.AUTH_KEY_FILE_DECRYPTKEY }}

- name: Publish marketing assets
run: cd ./fastlane/ios/fastlane && pwd && ls && bundle exec metadata
run: cd ./fastlane/ios/fastlane && pwd && ls && bundle exec fastlane metadata
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand Down

0 comments on commit b97137a

Please sign in to comment.