Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanshenghong committed Nov 10, 2022
1 parent 9f757a2 commit 098fff7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
curl -sL https://sentry.io/get-cli/ | bash
export VERSION=$(echo `sentry-cli releases propose-version`)
echo "$VERSION"
sentry-cli releases new "$VERSION"
sentry-cli releases set-commits --auto "$VERSION"
sentry-cli releases files "$VERSION" upload-sourcemaps ./dist --url-prefix='http://blog.yanshenghong.com/'
find ./dist -name "*.map" -type f -print -exec rm -rf {} \;
sentry-cli releases finalize "$VERSION"
Expand Down

0 comments on commit 098fff7

Please sign in to comment.