We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c21074 commit 79363f2Copy full SHA for 79363f2
docs/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.0.1](https://github.com/easingthemes/ssh-deploy/compare/v4.0.0...v4.0.1) (2023-01-03)
2
+
3
4
+### Bug Fixes
5
6
+* fix default source if empty ([9f191f4](https://github.com/easingthemes/ssh-deploy/commit/9f191f42633c4a0f66054f0fc229c9e30a08f00c))
7
8
# [4.0.0](https://github.com/easingthemes/ssh-deploy/compare/v3.4.3...v4.0.0) (2023-01-03)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@draganfilipovic/ssh-deploy",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
"main": "dist/index.js",
"files": [
0 commit comments