mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: push with tag
This commit is contained in:
parent
140cbfc749
commit
cffd85fce4
1 changed files with 2 additions and 2 deletions
|
|
@ -2,11 +2,11 @@
|
|||
rm -rf dist
|
||||
NODE_ENV=production yarn webpack
|
||||
|
||||
git push
|
||||
|
||||
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