We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f007431 commit a1aa0b6Copy full SHA for a1aa0b6
docs/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [5.1.1](https://github.com/easingthemes/ssh-deploy/compare/v5.1.0...v5.1.1) (2024-07-24)
2
+
3
4
+### Bug Fixes
5
6
+* Update README.md ([f007431](https://github.com/easingthemes/ssh-deploy/commit/f007431332cb2dae49153363ad22fb9f90f4aa75))
7
8
# [5.1.0](https://github.com/easingthemes/ssh-deploy/compare/v5.0.3...v5.1.0) (2024-07-24)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@draganfilipovic/ssh-deploy",
- "version": "5.1.0",
+ "version": "5.1.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