Skip to content

Commit e6e17bf

Browse files
authored
install netlify cli if it is not already installed (#3)
1 parent a32ffe4 commit e6e17bf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Netlify Deploy Site v1.0.3
2+
3+
## BUG FIXES
4+
5+
* Install Netlify CLI if it is not already installed (PR #3).
6+
17
# Netlify Deploy Site v1.0.2
28

39
## BUG FIXES

action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ outputs:
4343
runs:
4444
using: composite
4545
steps:
46+
- name: Install Netlify CLI
47+
run: which netlify &> /dev/null || npm install netlify-cli@17.36.1 -g
48+
shell: bash
49+
4650
- shell: bash
4751
id: netlify-deploy
4852
env:

0 commit comments

Comments
 (0)