We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277dd9c commit 91e38edCopy full SHA for 91e38ed
.github/workflows/draft.yml
@@ -35,7 +35,7 @@ jobs:
35
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
36
shell: bash
37
run: |
38
- netlify deploy --dir build --message '${{ github.event.commits[0].message }}' > log.tmp.txt 2>&1
+ yarn netlify deploy --dir build --message '${{ github.event.commits[0].message }}' > log.tmp.txt 2>&1
39
cat log.tmp.txt | grep -E 'Website draft URL:' > log.txt
40
- name: Read deployment log
41
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref, 'refs/heads/renovate') }}
package.json
@@ -52,6 +52,7 @@
52
"eslint-plugin-react-hooks": "5.2.0",
53
"husky": "9.1.7",
54
"lint-staged": "15.4.3",
55
+ "netlify-cli": "19.0.2",
56
"prettier": "3.3.3",
57
"typescript": "5.8.2"
58
},
0 commit comments