Skip to content

Commit

Permalink
Update sentry.yml to work using yarn (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
adonispuente authored Feb 4, 2025
1 parent fbabea8 commit fe413b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ref: ${{ github.event.inputs.commit_hash || 'refs/heads/master' }}

- name: Install dependencies
run: npm ci
run: yarn install

- name: Build
env:
Expand All @@ -30,4 +30,4 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ github.event.inputs.commit_hash && secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
run: npm run build --if-present
run: yarn build --if-present

0 comments on commit fe413b5

Please sign in to comment.