Skip to content

Commit 2f244b2

Browse files
committed
Update readme
1 parent 8e99164 commit 2f244b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# build your site for deployment... in this case the `public` folder is being deployed
3434

3535
- name: Publish
36-
uses: South-Paw/action-netlify-cli@v1
36+
uses: South-Paw/action-netlify-cli@1.0.1
3737
id: netlify
3838
with:
3939
# be sure to escape any double quotes with a backslash and note that the --json
@@ -64,7 +64,7 @@ jobs:
6464
# ... steps to build your site for deployment
6565

6666
- name: Deploy to Netlify
67-
uses: South-Paw/action-netlify-cli@v1
67+
uses: South-Paw/action-netlify-cli@1.0.1
6868
id: netlify
6969
with:
7070
args: deploy --json --prod --dir './public' --message 'production [${{ github.sha }}]'

0 commit comments

Comments
 (0)