mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
ci: update sentry job
This commit is contained in:
parent
2f4b9b4604
commit
535ef6cc2b
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -89,9 +89,11 @@ jobs:
|
||||
curl -sL https://sentry.io/get-cli/ | bash
|
||||
|
||||
# Create new Sentry release
|
||||
VERSION=`sentry-cli releases propose-version`
|
||||
sentry-cli releases set-commits "$VERSION" --auto
|
||||
sentry-cli releases new -p $SENTRY_PROJECT $SENTRY_RELEASE
|
||||
sentry-cli releases set-commits --auto $SENTRY_RELEASE
|
||||
sentry-cli sourcemaps upload --release=$SENTRY_RELEASE /.out/_next/static/chunks
|
||||
sentry-cli releases files "$VERSION" upload-sourcemaps /.out/_next/static/chunks
|
||||
sentry-cli releases finalize $SENTRY_RELEASE
|
||||
|
||||
# Create new deploy for this Sentry release
|
||||
|
Loading…
x
Reference in New Issue
Block a user