fix: prevent sentry from uploading sourcemaps in GitHub actions
This commit is contained in:
1
.github/workflows/fastlane.yml
vendored
1
.github/workflows/fastlane.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
||||
SENTRY_URL: ${{ secrets.SENTRY_URL }}
|
||||
SENTRY_DISABLE_AUTO_UPLOAD: true
|
||||
run: bundle exec fastlane android build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user