diff --git a/.github/workflows/fastlane.yml b/.github/workflows/fastlane.yml index 62f2ce9..8928ec4 100644 --- a/.github/workflows/fastlane.yml +++ b/.github/workflows/fastlane.yml @@ -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