From 2b7a6fd87dcc0b26a33ca20ea7d0afd70617ee0a Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Mon, 6 Nov 2023 15:57:16 -0900 Subject: [PATCH] install correct version of sentry-cli --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85a8817..158e11f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: macos-13 steps: - uses: actions/checkout@v4 - - run: brew install getsentry/tools/sentry-cli + - run: brew install getsentry/tools/sentry-cli@2.21.2 shell: sh - uses: ruby/setup-ruby@v1 with: