From 2f244b2581e280c8007cabd798708542484bf55a Mon Sep 17 00:00:00 2001 From: Alex Gabites Date: Fri, 17 Feb 2023 14:53:37 +1300 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b8b25f..a8ebad8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ jobs: # build your site for deployment... in this case the `public` folder is being deployed - name: Publish - uses: South-Paw/action-netlify-cli@v1 + uses: South-Paw/action-netlify-cli@1.0.1 id: netlify with: # be sure to escape any double quotes with a backslash and note that the --json @@ -64,7 +64,7 @@ jobs: # ... steps to build your site for deployment - name: Deploy to Netlify - uses: South-Paw/action-netlify-cli@v1 + uses: South-Paw/action-netlify-cli@1.0.1 id: netlify with: args: deploy --json --prod --dir './public' --message 'production [${{ github.sha }}]'