diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 233afc3d69..ea6571a36b 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -3,11 +3,11 @@ name: Update Dependencies on: # Run every day. schedule: - - cron: '0 3 * * *' + - cron: "0 3 * * *" # And on on every PR merge so we get the updated dependencies ASAP, and to make sure the changelog doesn't conflict. push: - branches: - - main + # branches: + # - main jobs: android: diff --git a/flutter/scripts/update-cocoa.sh b/flutter/scripts/update-cocoa.sh index d54a754399..095442da22 100755 --- a/flutter/scripts/update-cocoa.sh +++ b/flutter/scripts/update-cocoa.sh @@ -12,7 +12,9 @@ fi case $1 in get-version) - echo ${BASH_REMATCH[2]} + # xxx + echo "8.10.0" + # echo ${BASH_REMATCH[2]} ;; get-repo) echo "https://github.com/getsentry/sentry-cocoa.git"