mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: push tags
This commit is contained in:
parent
e432207baf
commit
c10b1950c0
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ VERSION=v$(node scripts/get-version.js)
|
|||
echo "Got version $VERSION"
|
||||
|
||||
# sentry
|
||||
git push # make sure sentry can retrieve current commit on remote
|
||||
git push --tags # 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue