Skip to content

Commit

Permalink
Attempt at dealing with new sentry error at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Jan 27, 2024
1 parent 635c949 commit b40c471
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions make-sentry-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b40c471

Please sign in to comment.