Skip to content

Commit

Permalink
sentry fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Nov 13, 2024
1 parent b876743 commit 2776219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
run: |
sentry-cli releases files "${{ env.PACKAGE_VERSION }}" upload-sourcemaps ./client/build/static/js/ --rewrite --url-prefix "~/dist/static/js"
sentry-cli releases files "${{ env.PACKAGE_VERSION }}" list
sentry-cli releases finalize "${{ env.PACKAGE_VERSION }}"
yarn dlx @sentry/cli releases files "${{ env.PACKAGE_VERSION }}" upload-sourcemaps ./client/build/static/js/ --rewrite --url-prefix "~/dist/static/js"
yarn dlx @sentry/cli releases files "${{ env.PACKAGE_VERSION }}" list
yarn dlx @sentry/cli releases finalize "${{ env.PACKAGE_VERSION }}"
- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2776219

Please sign in to comment.