From 2801b227e747bc6afef0ffc088af828386597e93 Mon Sep 17 00:00:00 2001 From: Enrico Rubboli Date: Mon, 30 Sep 2024 14:36:27 +0400 Subject: [PATCH] fix indentation of the last block --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0146b3f82..759a4212f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,9 +81,9 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1 with: - allowUpdates: true - artifacts: "Mintlayer*/*" - artifactErrorsFailBuild: true - name: "Release ${{ steps.get_version.outputs.VERSION }}" - body: ${{ steps.generate_body.outputs.BODY }} - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + allowUpdates: true + artifacts: "Mintlayer*/*" + artifactErrorsFailBuild: true + name: "Release ${{ steps.get_version.outputs.VERSION }}" + body: ${{ steps.generate_body.outputs.BODY }} + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file