Skip to content
Snippets Groups Projects
Verified Commit 98ca798a authored by Yoran Hillion's avatar Yoran Hillion
Browse files

:hammer: Adds project release when uploading sourcemaps to sentry

parent 2de53ede
Branches
Tags
No related merge requests found
Pipeline #155290 failed with stages
in 10 seconds
......@@ -121,7 +121,7 @@ if [ "$USE_SENTRY" == true ]; then
sentry-cli sourcemaps inject dist/assets
# Upload sourcemaps to sentry
echo "🔊 Uploading sourcemaps"
sentry-cli sourcemaps upload -p "$PROJECT" dist/assets
sentry-cli sourcemaps upload -p "$PROJECT" -r "$PROJECT_VERSION" dist/assets
fi
# Clean working dir
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment