diff --git a/.github/workflows/weploy-web.yml b/.github/workflows/weploy-web.yml index ae99009..27a55be 100644 --- a/.github/workflows/weploy-web.yml +++ b/.github/workflows/weploy-web.yml @@ -41,13 +41,13 @@ jobs: - name: Builds web run: flutter build web --source-maps - - name: Upload Source to Sentry - run: flutter packages pub run sentry_dart_plugin --ignore-missing - env: - SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - - name: Pushes web to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.5 with: branch: gh-pages # The branch the action should deploy to. folder: build/web # The folder the action should deploy. + + - name: Upload Source to Sentry + run: flutter packages pub run sentry_dart_plugin --ignore-missing + env: + SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}