Skip to content

Commit

Permalink
Add flutter to downstream depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Dec 12, 2023
1 parent ba43ff7 commit bc66161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downstream_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
RELEASE_VERSION: ${{ github.event_name == 'workflow_dispatch' && inputs.target_version || github.event.release.tag_name }}
strategy:
matrix:
downstream_repo: ['bugsnag/bugsnag-unity']
downstream_repo: ['bugsnag/bugsnag-unity', 'bugsnag/bugsnag-flutter']
steps:
- name: Install libcurl4-openssl-dev and net-tools
run: |
Expand Down

0 comments on commit bc66161

Please sign in to comment.