diff options
author | Liran Tal <liran.tal@gmail.com> | 2022-07-29 19:22:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 19:22:40 +0300 |
commit | 1ea6f0d07e56568a574020e30948289cd08362dc (patch) | |
tree | 1ed8ba7dabbadb90323243187a9cc74cf7340d42 | |
parent | 880b9e761568e2341dbc2d5502c495c74b6f2531 (diff) |
fix: expects a branches fieldv3.22.0
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 22f5fcb..b5bdaad 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "standard": "^12.0.1" }, "release": { - "branch": "main" + "branches": "main" }, "standard": { "ignore": [ |