We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8113586 commit 455b8d9Copy full SHA for 455b8d9
.github/workflows/update-deps.yml
@@ -3,11 +3,11 @@ name: Update Dependencies
3
on:
4
# Run every day.
5
schedule:
6
- - cron: '0 3 * * *'
+ - cron: "0 3 * * *"
7
# And on on every PR merge so we get the updated dependencies ASAP, and to make sure the changelog doesn't conflict.
8
push:
9
- branches:
10
- - main
+ # branches:
+ # - main
11
12
jobs:
13
android:
flutter/scripts/update-cocoa.sh
@@ -12,7 +12,9 @@ fi
case $1 in
14
get-version)
15
- echo ${BASH_REMATCH[2]}
+ # xxx
16
+ echo "8.10.0"
17
+ # echo ${BASH_REMATCH[2]}
18
;;
19
get-repo)
20
echo "https://github.com/getsentry/sentry-cocoa.git"
0 commit comments