From c8d57ec8b4f3a3c6b5e92825754d688a35bf40f8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Jan 2023 02:29:31 +0000 Subject: [PATCH] chore(release): 3.4.3 [skip ci] ## [3.4.3](https://github.com/easingthemes/ssh-deploy/compare/v3.4.2...v3.4.3) (2023-01-03) ### Bug Fixes * move e2e tests typo branch name ([6d3554b](https://github.com/easingthemes/ssh-deploy/commit/6d3554b01e9a05de9a9d2b30274bee411a4986ed)) --- .github/workflows/e2e.yml | 2 +- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 6f0c664..2e8b045 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -95,7 +95,7 @@ jobs: TARGET: /var/www/html/${{ env.TEST_USER }} - name: e2e Test ssh-deploy action - Target 2 - uses: easingthemes/ssh-deploy@feature/main + uses: easingthemes/ssh-deploy@main env: # Shared ENV Vars created in previous steps REMOTE_USER: ${{ env.TEST_USER2 }} diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f23ec20..1c17036 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.3](https://github.com/easingthemes/ssh-deploy/compare/v3.4.2...v3.4.3) (2023-01-03) + + +### Bug Fixes + +* move e2e tests typo branch name ([6d3554b](https://github.com/easingthemes/ssh-deploy/commit/6d3554b01e9a05de9a9d2b30274bee411a4986ed)) + ## [3.4.2](https://github.com/easingthemes/ssh-deploy/compare/v3.4.1...v3.4.2) (2023-01-03) diff --git a/package.json b/package.json index 984d9b9..30f75e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@draganfilipovic/ssh-deploy", - "version": "3.4.2", + "version": "3.4.3", "description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.", "main": "dist/index.js", "files": [