Skip to content

Commit

Permalink
[platform] Attempt to fix sentry-cli in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
realkosty authored Nov 7, 2023
1 parent 2b7a6fd commit 1fb5f30
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- run: brew install getsentry/tools/[email protected]
shell: sh
- name: Setup Sentry CLI
uses: mathieu-bour/[email protected]
with:
version: 2.21.2
token: ${{ secrets.SENTRY_AUTH_TOKEN }}
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down

0 comments on commit 1fb5f30

Please sign in to comment.