mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: push to remote before tell sentry
This commit is contained in:
parent
e16400e7c4
commit
f39403f959
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ echo "Got version $VERSION"
|
|||
|
||||
# sentry
|
||||
yarn sentry-cli releases new "$VERSION"
|
||||
git push # make sure sentry can retrieve current commit on remote
|
||||
yarn sentry-cli releases set-commits $VERSION --commit "EnixCoda/Gitako@$GIT_SHA"
|
||||
yarn sentry-cli releases files "$VERSION" upload-sourcemaps dist --no-rewrite
|
||||
yarn sentry-cli releases finalize "$VERSION"
|
||||
|
|
|
|||
Loading…
Reference in a new issue