File tree Expand file tree Collapse file tree 3 files changed +5013
-134
lines changed Expand file tree Collapse file tree 3 files changed +5013
-134
lines changed Original file line number Diff line number Diff line change 3535 NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
3636 shell : bash
3737 run : |
38- netlify deploy --dir build --message '${{ github.event.commits[0].message }}' > log.tmp.txt 2>&1
38+ yarn netlify deploy --dir build --message '${{ github.event.commits[0].message }}' > log.tmp.txt 2>&1
3939 cat log.tmp.txt | grep -E 'Website draft URL:' > log.txt
4040 - name : Read deployment log
4141 if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref, 'refs/heads/renovate') }}
Original file line number Diff line number Diff line change 5252 "eslint-plugin-react-hooks" : " 5.2.0" ,
5353 "husky" : " 9.1.7" ,
5454 "lint-staged" : " 15.4.3" ,
55+ "netlify-cli" : " 19.0.2" ,
5556 "prettier" : " 3.3.3" ,
5657 "typescript" : " 5.8.2"
5758 },
You can’t perform that action at this time.
0 commit comments