From 7fb2bb217993b73d21793decc56fec1f4dc190fe Mon Sep 17 00:00:00 2001 From: Thomas Karpiniec Date: Sun, 20 Feb 2022 10:26:38 +1100 Subject: [PATCH] Fix format of release workflow yaml --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d52bd0d..d3af78c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,11 +23,11 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - include: - - os: windows-latest - features: paste - - os: macos-latest - features: paste + include: + - os: windows-latest + features: paste + - os: macos-latest + features: paste runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 -- 2.39.5