mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: not push
This commit is contained in:
parent
4a8da89b5d
commit
cd0abb3d4b
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ NODE_ENV=production yarn webpack
|
|||
GITAKO_VERSION=v$(node scripts/get-version.js)
|
||||
echo "Got version $GITAKO_VERSION"
|
||||
|
||||
git push origin $GITAKO_VERSION
|
||||
|
||||
# sentry
|
||||
yarn sentry-cli releases new "$GITAKO_VERSION"
|
||||
yarn sentry-cli releases files "$GITAKO_VERSION" upload-sourcemaps dist --no-rewrite
|
||||
|
|
|
|||
Loading…
Reference in a new issue