From 93488b3506d9a26fb41713effb72515ba91f19d4 Mon Sep 17 00:00:00 2001 From: Gianfranco Paoloni Date: Wed, 7 Sep 2022 12:03:10 -0300 Subject: [PATCH] Fixed indentation --- .github/actions/generate-pre-release/action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/generate-pre-release/action.yml b/.github/actions/generate-pre-release/action.yml index a65bb8ae80..b8dda5e933 100644 --- a/.github/actions/generate-pre-release/action.yml +++ b/.github/actions/generate-pre-release/action.yml @@ -39,13 +39,13 @@ runs: # Generate next tag - name: Generate next tag - run: npm run generate-next-tag - env: - PREFIX: "${{ inputs.tag-prefix }}-${{ inputs.tag-suffix }}" - LATEST_MATCHING_TAG: ${{ steps.latest_matching_tag.outputs.tag }} - working-directory: ${{ github.action_path }} - shell: bash - id: generate_next_tag + run: npm run generate-next-tag + env: + PREFIX: "${{ inputs.tag-prefix }}-${{ inputs.tag-suffix }}" + LATEST_MATCHING_TAG: ${{ steps.latest_matching_tag.outputs.tag }} + working-directory: ${{ github.action_path }} + shell: bash + id: generate_next_tag - run: echo ${{ steps.generate_next_tag.outputs.generated-tag }} shell: bash