Remove extraneous then
Some checks failed
Test, Build, Deploy / Test, Build, and Deploy (push) Successful in 48s
Test, Build, Deploy / Create Sentry Release (push) Failing after 5s

This commit is contained in:
2026-03-13 04:37:06 -04:00
parent 18947e8446
commit 7490659467

View File

@@ -45,7 +45,6 @@ jobs:
- name: Install Sentry SDK - name: Install Sentry SDK
run: | run: |
if ! [ -x "$(command -v sentry-cli)" ]; then if ! [ -x "$(command -v sentry-cli)" ]; then
then
curl -sL https://sentry.io/get-cli/ | bash curl -sL https://sentry.io/get-cli/ | bash
fi fi