From 4e2773bd2dcd4c7e1b88e3c04058c70c90e68bff Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Sun, 2 Jul 2023 14:49:02 +0200 Subject: [PATCH] Fix indentation ci workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8be6c6c5a..b49f6d5f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,5 +85,5 @@ jobs: - name: Release packages uses: './release.yml' - with: - version: ${{ steps.new-version.outputs.NEW_VERSION }} + with: + version: ${{ steps.new-version.outputs.NEW_VERSION }}