mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: merge push commands
This commit is contained in:
parent
8fddd53fba
commit
d23a543c3c
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh
|
||||
rm -rf dist
|
||||
git push
|
||||
yarn build
|
||||
|
||||
GIT_SHA=$(git rev-parse HEAD)
|
||||
|
|
@ -8,8 +7,8 @@ VERSION=v$(node scripts/get-version.js)
|
|||
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 new "$VERSION"
|
||||
yarn sentry-cli releases set-commits "$VERSION" --auto
|
||||
yarn sentry-cli releases files "$VERSION" upload-sourcemaps dist --no-rewrite
|
||||
yarn sentry-cli releases finalize "$VERSION"
|
||||
|
|
|
|||
Loading…
Reference in a new issue