Skip to content

Commit

Permalink
Fix indentation in github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
renaldas-szentiks authored Nov 24, 2023
1 parent 492feeb commit 6be8dff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Package / Artifact
if: ${{ inputs.releaseVersion != '' }}
uses: actions/download-artifact@v3
with:
name: 'aem-msm-tools-${{ inputs.releaseVersion }}'
path: ./artifacts
if: ${{ inputs.releaseVersion != '' }}
uses: actions/download-artifact@v3
with:
name: 'aem-msm-tools-${{ inputs.releaseVersion }}'
path: ./artifacts
- name: Create Github Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6be8dff

Please sign in to comment.