From 45c607939996b69795d5b88f3073d0d9f0aaa27d Mon Sep 17 00:00:00 2001 From: Alex Moinet Date: Mon, 13 Nov 2023 14:32:58 +0000 Subject: [PATCH] Rebase and fix broken yaml --- .github/workflows/downstream_updates.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/downstream_updates.yml b/.github/workflows/downstream_updates.yml index e140a4f42..a299295a4 100644 --- a/.github/workflows/downstream_updates.yml +++ b/.github/workflows/downstream_updates.yml @@ -16,8 +16,9 @@ jobs: env: RELEASE_VERSION: ${{ github.event_name == 'workflow_dispatch' && inputs.target_version || github.event.release.tag_name }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - matrix: - downstream_repo: ['bugsnag/bugsnag-unity'] + strategy: + matrix: + downstream_repo: ['bugsnag/bugsnag-unity'] steps: - name: Install libcurl4-openssl-dev and net-tools run: |