Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaoloni committed Sep 7, 2022
1 parent 1bd7fe3 commit 93488b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/actions/generate-pre-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93488b3

Please # to comment.