1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-20 16:59:57 +01:00

Set explicit netlify version to fix workflows (#27229)

netlify set explicit version for fix
This commit is contained in:
Simon Lamon
2025-09-28 12:34:18 +02:00
committed by GitHub
parent c814b8e888
commit 54177a16e9
4 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- name: Deploy preview to Netlify
id: deploy
run: |
npx -y netlify-cli deploy --dir=gallery/dist --alias "deploy-preview-${{ github.event.number }}" \
npx -y netlify-cli@23.7.3 deploy --dir=gallery/dist --alias "deploy-preview-${{ github.event.number }}" \
--json > deploy_output.json
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}