From 10b146a358c3d6e156a4c9264cdb0e603f7e868d Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Tue, 24 Aug 2021 23:10:48 +0200 Subject: [PATCH] fix indenting --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a74b28f8..f2bf51b71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -398,11 +398,11 @@ jobs: zip -r lucide-icons-${{ needs.pre-build.outputs.VERSION }}.zip icons - name: Release zip and fonts - uses: softprops/action-gh-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.CREATE_RELEASE_TOKEN }} - with: - tag_name: v${{ steps.new-version.outputs.VERSION }} - files: | - lucide-font-${{ needs.pre-build.outputs.VERSION }}.zip - lucide-icons-${{ needs.pre-build.outputs.VERSION }}.zip + uses: softprops/action-gh-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.CREATE_RELEASE_TOKEN }} + with: + tag_name: v${{ steps.new-version.outputs.VERSION }} + files: | + lucide-font-${{ needs.pre-build.outputs.VERSION }}.zip + lucide-icons-${{ needs.pre-build.outputs.VERSION }}.zip