We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824072b commit c711f2cCopy full SHA for c711f2c
docs/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.2.11](https://github.com/easingthemes/ssh-deploy/compare/v2.2.10...v2.2.11) (2021-05-28)
2
+
3
4
+### Bug Fixes
5
6
+* remove change npm to public ([3c36af7](https://github.com/easingthemes/ssh-deploy/commit/3c36af7577e5aee231cea5a01bb6cc83717d0e74))
7
8
## [2.2.10](https://github.com/easingthemes/ssh-deploy/compare/v2.2.9...v2.2.10) (2021-05-27)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@draganfilipovic/ssh-deploy",
- "version": "2.2.10",
+ "version": "2.2.11",
"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