Skip to content

Commit 3733951

Browse files
committed
Update readme for new release
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent cf472f5 commit 3733951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v2
2929
- name: Deploy
30-
uses: rtCamp/action-deploy-wordpress@v2.0.2
30+
uses: rtCamp/action-deploy-wordpress@v2
3131
env:
3232
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
3333
```
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- uses: actions/checkout@v2
104104
- name: Deploy
105-
uses: rtCamp/action-deploy-wordpress@v2.0.2
105+
uses: rtCamp/action-deploy-wordpress@v2
106106
env:
107107
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
108108
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
@@ -134,7 +134,7 @@ Please note that it will completely override this action's [original deploy.php]
134134

135135
## License
136136

137-
[MIT](LICENSE) © 2019 rtCamp
137+
[MIT](LICENSE) © 2021 rtCamp
138138

139139
## Does this interest you?
140140

0 commit comments

Comments
 (0)