Skip to content

Commit

Permalink
v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SamKirkland committed Sep 3, 2022
1 parent ed91728 commit 1b21034
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: 📂 Sync files
uses: SamKirkland/[email protected].1
uses: SamKirkland/[email protected].2
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
npm run build
- name: 📂 Sync files
uses: SamKirkland/[email protected].1
uses: SamKirkland/[email protected].2
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand All @@ -119,7 +119,7 @@ jobs:
uses: actions/checkout@v2

- name: 📂 Sync files
uses: SamKirkland/[email protected].1
uses: SamKirkland/[email protected].2
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand All @@ -142,7 +142,7 @@ jobs:
uses: actions/checkout@v2

- name: 📂 Sync files
uses: SamKirkland/[email protected].1
uses: SamKirkland/[email protected].2
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand All @@ -164,7 +164,7 @@ jobs:
uses: actions/checkout@v2

- name: 📂 Sync files
uses: SamKirkland/[email protected].1
uses: SamKirkland/[email protected].2
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand Down
3 changes: 0 additions & 3 deletions jest.config.js

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ftp-deploy-action",
"version": "4.3.1",
"version": "4.3.2",
"private": true,
"description": "Automate deploying websites and more with this GitHub action",
"main": "dist/index.js",
Expand Down Expand Up @@ -37,5 +37,8 @@
"eslint": "^8.22.0",
"eslint-plugin-jest": "^26.8.7",
"typescript": "^4.7.4"
},
"jest": {
"preset": "ts-jest"
}
}

0 comments on commit 1b21034

Please sign in to comment.