550 bug fix

This commit is contained in:
SamKirkland
2022-01-30 23:36:06 -06:00
parent d6ad227aa5
commit d3fa328f10
3 changed files with 2206 additions and 89 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ftp-deploy-action",
"version": "4.2.0",
"version": "4.3.0",
"private": true,
"description": "Automate deploying websites and more with this GitHub action",
"main": "dist/index.js",
@@ -23,7 +23,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"@samkirkland/ftp-deploy": "^1.1.1",
"@samkirkland/ftp-deploy": "^1.2.0",
"@types/jest": "^27.0.2",
"jest": "^27.2.5",
"ts-jest": "^27.0.5",