From 47238656b90b0aac0a8ac1afca7ea3f20f5c945c Mon Sep 17 00:00:00 2001 From: Dragan Filipovic Date: Thu, 26 Sep 2019 00:00:04 +0200 Subject: [PATCH] [init]: update version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f7c633..841adbf 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The target directory, in the format`[USER]@[HOST]:[PATH]` ``` - name: Deploy to Staging server - uses: easingthemes/ssh-deploy@v1.0 + uses: easingthemes/ssh-deploy@v1.0.0 env: DEPLOY_KEY: ${{ secrets.SERVER_SSH_KEY }} ARGS: "-rltgoDzvO --delete" @@ -60,7 +60,7 @@ jobs: run: | npm run build --if-present - name: Deploy to Staging server - uses: easingthemes/ssh-deploy@v1.0 + uses: easingthemes/ssh-deploy@v1.0.0 env: DEPLOY_KEY: ${{ secrets.SERVER_SSH_KEY }} ARGS: "-rltgoDzvO --delete"