Update pipelines

This commit is contained in:
minibits-cash
2024-10-03 15:54:55 +02:00
parent 0702d5ba3a
commit 707e3bcef9
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -105,6 +105,10 @@ jobs:
# with:
# install-command: 'yarn install'
- name: Apply patches
if: ${{ env.IS_VERSION_CHANGED == 'true' }}
run: yarn postinstall
- name: Install Sentry CLI
if: ${{ env.IS_VERSION_CHANGED == 'true' }}
run: npm install @sentry/cli --legacy-peer-deps