From fbd782d53eeb3a79358cdde392bc06589d1d89a0 Mon Sep 17 00:00:00 2001 From: Thierry Lacour Date: Fri, 25 Sep 2020 14:06:00 +0200 Subject: [PATCH] Fix indentation issue in publish.yml --- .github/workflows/publish.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5fdff0e2..ad1e387a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,11 +28,11 @@ jobs: prerelease: false - name: Attach katas - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./git-katas.zip - asset_name: git-katas-${{ github.ref }}.zip - asset_content_type: application/zip + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.create_release.outputs.upload_url }} + asset_path: ./git-katas.zip + asset_name: git-katas-${{ github.ref }}.zip + asset_content_type: application/zip