Skip to content

Commit f963e25

Browse files
authored
Freeze Sentry CLI at version 2.31.0 (#2963)
Fixes the deploy error in the past few commits.
1 parent fae0998 commit f963e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: yarn
2424
- name: Setup Sentry CLI
2525
run: |
26-
curl -sL https://sentry.io/get-cli/ | INSTALL_DIR=. bash
26+
curl -sL https://sentry.io/get-cli/ | SENTRY_CLI_VERSION=2.31.0 INSTALL_DIR=. bash
2727
- id: get-time
2828
run: echo "time=$(date -Iseconds)" >> $GITHUB_OUTPUT
2929
- name: yarn install and build

0 commit comments

Comments
 (0)