mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 06:07:40 +00:00
fix(web): use proper git-tag for Sentry upload
This commit is contained in:
parent
3b22c198c1
commit
fe23fbb855
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ function web_sentry_upload () {
|
|||
|
||||
pushd "$ARTIFACT_FOLDER"
|
||||
echo "Uploading to Sentry..."
|
||||
npm run sentry-cli -- releases files "$SENTRY_RELEASE_VERSION" upload-sourcemaps --strip-common-prefix "@keymanapp/keyman/" --rewrite --ext js --ext map --ext ts || fail "Sentry upload failed."
|
||||
npm run sentry-cli -- releases files "$VERSION_GIT_TAG" upload-sourcemaps --strip-common-prefix "@keymanapp/keyman/" --rewrite --ext js --ext map --ext ts || fail "Sentry upload failed."
|
||||
echo "Upload successful."
|
||||
popd
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue