style(ci): Format ci.yml

This commit is contained in:
Eric Fennis
2025-12-05 14:32:32 +01:00
parent b4405f05ab
commit d6f9043096

View File

@@ -23,8 +23,8 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
cache: "pnpm"
node-version-file: "package.json"
cache: 'pnpm'
node-version-file: 'package.json'
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -103,7 +103,7 @@ jobs:
start-release:
if: github.repository == 'lucide-icons/lucide'
needs: create-release
uses: "./.github/workflows/release.yml"
uses: './.github/workflows/release.yml'
secrets: inherit
with:
version: ${{ needs.create-release.outputs.VERSION }}