build: push tags

This commit is contained in:
Enix 2019-11-07 10:45:01 +08:00
parent e432207baf
commit c10b1950c0
No known key found for this signature in database
GPG key ID: FE06F5DFC1C9B8E4

View file

@ -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