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.
2 parents b3eaec0 + 99cb6b5 commit 190e30bCopy full SHA for 190e30b
.github/main.workflow
@@ -17,7 +17,7 @@ action "Test" {
17
action "Master" {
18
needs = "Test"
19
uses = "actions/bin/filter@master"
20
- args = "tag"
+ args = "branch master"
21
}
22
23
action "Publish" {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "netlify-local",
3
- "version": "1.6.6",
+ "version": "1.6.7",
4
"description": "Local Netlify service emulation",
5
"main": ".dist/index.js",
6
"types": ".dist/index.d.ts",
0 commit comments