Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanshenghong committed Nov 10, 2022
1 parent b7ab98c commit 0f59831
Show file tree
Hide file tree
Showing 3 changed files with 1,602 additions and 1,606 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
npm install
npm run build
- name: Upload sourcemap to Sentry
run: |
VERSION=`sentry-cli releases propose-version`
sentry-cli releases files '$VERSION' upload-sourcemaps ./dist/* --ext js --ext map
- name: Deployment
uses: appleboy/scp-action@master
with:
Expand Down
Loading

0 comments on commit 0f59831

Please sign in to comment.