Skip to content

Commit

Permalink
fixup! Manually set sentry release
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Oct 16, 2024
1 parent 56c1a3b commit 00658cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/electron/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ parts:
# Compile typescript
npx tsc
if [ "${SENTRY_AUTH_TOKEN}" != "__TOKEN__" ] && [ -n "${SENTRY_AUTH_TOKEN}" ]; then
if [ "${SENTRY_AUTH_TOKEN:=}" != "__TOKEN__" ] && [ -n "${SENTRY_AUTH_TOKEN:=}" ]; then
npm exec sentry-cli -- sourcemaps inject --release $SENTRY_RELEASE ./build
npm exec sentry-cli -- sourcemaps upload --release $SENTRY_RELEASE --dist $SENTRY_DIST ./build
else
Expand Down

0 comments on commit 00658cd

Please sign in to comment.