Skip to content

Commit 455b8d9

Browse files
committed
fix update-deps CI
1 parent 8113586 commit 455b8d9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/update-deps.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Update Dependencies
33
on:
44
# Run every day.
55
schedule:
6-
- cron: '0 3 * * *'
6+
- cron: "0 3 * * *"
77
# And on on every PR merge so we get the updated dependencies ASAP, and to make sure the changelog doesn't conflict.
88
push:
9-
branches:
10-
- main
9+
# branches:
10+
# - main
1111

1212
jobs:
1313
android:

flutter/scripts/update-cocoa.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ fi
1212

1313
case $1 in
1414
get-version)
15-
echo ${BASH_REMATCH[2]}
15+
# xxx
16+
echo "8.10.0"
17+
# echo ${BASH_REMATCH[2]}
1618
;;
1719
get-repo)
1820
echo "https://github.com/getsentry/sentry-cocoa.git"

0 commit comments

Comments
 (0)