Skip to content

Commit

Permalink
Pin Netlify CLI
Browse files Browse the repository at this point in the history
Pending fix for netlify/cli#6841
  • Loading branch information
textbook committed Oct 31, 2024
1 parent 7860e8a commit 06213df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
name: "build-output"
path: "lib/"
- run: "npm install --global netlify-cli"
- run: "npm install --global netlify-cli@17.36.1"
- run: "netlify deploy --dir . --prod true"
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
Expand Down

0 comments on commit 06213df

Please sign in to comment.