mirror of
https://github.com/minibits-cash/minibits_wallet.git
synced 2026-08-12 09:23:20 +00:00
Fix sentry-cli commands
This commit is contained in:
@@ -122,8 +122,7 @@ jobs:
|
||||
|
||||
- name: Install Sentry CLI
|
||||
if: ${{ env.IS_VERSION_CHANGED == 'true' }}
|
||||
run: brew install getsentry/tools/sentry-cli
|
||||
# run: npm install @sentry/cli --legacy-peer-deps
|
||||
run: brew install getsentry/tools/sentry-cli
|
||||
|
||||
# Code push with source maps export for Sentry
|
||||
- name: Install AppCenter CLI
|
||||
@@ -140,8 +139,8 @@ jobs:
|
||||
- name: Upload source files to Sentry
|
||||
if: ${{ env.IS_VERSION_CHANGED == 'true' }}
|
||||
run: |-
|
||||
./node_modules/.bin/sentry-cli login --auth-token ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
./node_modules/.bin/sentry-cli releases \
|
||||
sentry-cli login --auth-token ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
sentry-cli releases \
|
||||
files minibits_wallet_android@${{ env.CURRENT_JS_VERSION }} \
|
||||
upload-sourcemaps \
|
||||
--strip-prefix /build \
|
||||
|
||||
Reference in New Issue
Block a user