From 098fff7a89011578e86ac26b5daad0842d9abc3f Mon Sep 17 00:00:00 2001 From: mryanshenghong Date: Thu, 10 Nov 2022 14:52:22 -0500 Subject: [PATCH] test --- .github/workflows/deployment.yml | 2 -- 1 file changed, 2 deletions(-) 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"