Skip to content

Commit

Permalink
fix: prevent sentry from uploading sourcemaps in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Feb 2, 2024
1 parent 1945cfd commit b257656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b257656

Please sign in to comment.