Skip to content

Commit

Permalink
fix update-deps CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Sep 12, 2023
1 parent 8113586 commit 455b8d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion flutter/scripts/update-cocoa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 455b8d9

Please sign in to comment.