Skip to content

Commit

Permalink
fix: pin netlify CLI
Browse files Browse the repository at this point in the history
Workaround for #61 until a proper solution is determined
  • Loading branch information
tpluscode authored and jsmrcaga committed Nov 29, 2024
1 parent 06b6a09 commit ae36ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ outputs:
runs:
using: composite
steps:
- run: which ${{ inputs.netlify_path }} &> /dev/null || npm install netlify-cli -g
- run: which ${{ inputs.netlify_path }} &> /dev/null || npm install netlify-cli@17.36.1 -g
shell: bash
- run: ${{ github.action_path }}/entrypoint.sh
shell: bash
Expand Down

0 comments on commit ae36ac1

Please sign in to comment.