Skip to content

Commit

Permalink
docs: use latest version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored and jsmrcaga committed Mar 7, 2023
1 parent 4b2fa18 commit b1907ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
deploy:
name: 'Deploy to Netlify'
steps:
- uses: jsmrcaga/action-netlify-deploy@v1.1.0
- uses: jsmrcaga/action-netlify-deploy@v2.0.0
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.MY_TOKEN_SECRET }}
NETLIFY_DEPLOY_TO_PROD: true
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: jsmrcaga/action-netlify-deploy@master
- uses: jsmrcaga/action-netlify-deploy@v2.0.0
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down Expand Up @@ -164,7 +164,7 @@ In case of already having the deployment ready data - we can easily skip the nvm

```
- name: Deploy to Netlify
uses: jsmrcaga/action-netlify-deploy@master
uses: jsmrcaga/action-netlify-deploy@v2.0.0
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down

0 comments on commit b1907ce

Please sign in to comment.