Skip to content

Commit 190e30b

Browse files
committed
Merge branch 'release/1.6.7'
2 parents b3eaec0 + 99cb6b5 commit 190e30b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ action "Test" {
1717
action "Master" {
1818
needs = "Test"
1919
uses = "actions/bin/filter@master"
20-
args = "tag"
20+
args = "branch master"
2121
}
2222

2323
action "Publish" {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-local",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"description": "Local Netlify service emulation",
55
"main": ".dist/index.js",
66
"types": ".dist/index.d.ts",

0 commit comments

Comments
 (0)