diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 351ea70..1b65a86 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -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"