From 8c7b633b90ddff5cf9938ea6792bc3843ce2e9e5 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Sun, 14 Jun 2020 17:29:34 +0300 Subject: [PATCH] fix(gha): Fix indent in yaml file --- .github/workflows/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05ad7c8..3954711 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,12 +3,12 @@ on: types: [release] jobs: release: - runs-on: ubuntu-latest - name: "Release a new version" - steps: - - uses: actions/checkout@v2 - - uses: getsentry/craft-action - with: - action: prepare - version: ${{ github.event.client_payload.version }} - dry_run: ${{ github.event.client_payload.dry_run }} + runs-on: ubuntu-latest + name: "Release a new version" + steps: + - uses: actions/checkout@v2 + - uses: getsentry/craft-action + with: + action: prepare + version: ${{ github.event.client_payload.version }} + dry_run: ${{ github.event.client_payload.dry_run }}