From b40c471bc5569b6a6f2820bff92c1b8b3a9bee42 Mon Sep 17 00:00:00 2001 From: Hatton Date: Sat, 27 Jan 2024 09:32:03 -0700 Subject: [PATCH] Attempt at dealing with new sentry error at build time --- make-sentry-release.sh | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/make-sentry-release.sh b/make-sentry-release.sh index 3e34a962..67ab2548 100755 --- a/make-sentry-release.sh +++ b/make-sentry-release.sh @@ -11,6 +11,9 @@ export SENTRY_AUTH_TOKEN=$LAMETA_SENTRY_AUTH_TOKEN commitSHA=$(sentry-cli releases propose-version) # notice that we keep the current version in a different package.json, on under app/ VERSION=$(grep version app/package.json | sed 's/.*"version": "\(.*\)".*/\1/') +# I don't know if this works, suddenly started getting an error about a missing --org in the Action +ORG=onset-org + echo COMMIT: ${commitSHA} echo VERSION: ${VERSION} diff --git a/package.json b/package.json index ee2f3a2a..2b0bf68f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "main": "dist/src/mainProcess/main.js", "name": "lameta", "productName": "lameta", - "version": "2.2.3-alpha", + "version": "2.2.5-alpha", "author": { "name": "lameta", "email": "sorryno@email.org"