We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32ffe4 commit e6e17bfCopy full SHA for e6e17bf
CHANGELOG.md
@@ -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
7
# Netlify Deploy Site v1.0.2
8
9
## BUG FIXES
action.yml
@@ -43,6 +43,10 @@ outputs:
43
runs:
44
using: composite
45
steps:
46
+ - name: Install Netlify CLI
47
+ run: which netlify &> /dev/null || npm install netlify-cli@17.36.1 -g
48
+ shell: bash
49
50
- shell: bash
51
id: netlify-deploy
52
env:
0 commit comments