From: Thomas Karpiniec Date: Sat, 19 Feb 2022 23:26:38 +0000 (+1100) Subject: Fix format of release workflow yaml X-Git-Tag: v0.2.0^0 X-Git-Url: https://code.octet-stream.net/hashgood/commitdiff_plain/7fb2bb217993b73d21793decc56fec1f4dc190fe Fix format of release workflow yaml --- 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