Skip to content

Commit

Permalink
chore: remove source map upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Dec 7, 2024
1 parent b9443f3 commit b16cdaa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ jobs:
- name: Build project
run: yarn build

- name: Upload source maps to Sentry
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
run: npx sentry-cli sourcemaps upload ./packages/extension/build --org $SENTRY_ORG --project $SENTRY_PROJECT

- name: Run Semantic Release
env:
GH_TOKEN: ${{ secrets.SR_TOKEN }}
Expand Down

0 comments on commit b16cdaa

Please sign in to comment.