fix: prevent sentry from uploading sourcemaps in GitHub actions

This commit is contained in:
Lei Nelissen
2024-02-02 19:40:11 +01:00
parent 1945cfd12c
commit b257656ef9

View File

@@ -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