Skip to content

Commit 9027a2e

Browse files
authored
ci: fix release workflow to support release branches (#259)
1 parent 38ec3d6 commit 9027a2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/if-nodejs-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99
branches:
1010
- master
1111
# below lines are not enough to have release supported for these branches
12-
# make sure configuration of `semantic-release` package mentiones these branches
13-
- next
12+
# make sure configuration of `semantic-release` package mentions these branches
13+
- next-spec
1414
- next-major
15+
- next-major-spec
1516
- beta
1617
- alpha
17-
- '**-release' # custom
1818

1919
jobs:
2020

0 commit comments

Comments
 (0)