ci: add prev-major variable to release board templating (#39454)
This commit is contained in:
parent
00746e662b
commit
8374b9c2ad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/branch-created.yml
vendored
2
.github/workflows/branch-created.yml
vendored
|
@ -135,7 +135,7 @@ jobs:
|
|||
#
|
||||
# Do template replacement for draft issues
|
||||
#
|
||||
echo "{\"major\": $MAJOR, \"next-major\": $((MAJOR + 1))}" > variables.json
|
||||
echo "{\"major\": $MAJOR, \"next-major\": $((MAJOR + 1)), \"prev-major\": $((MAJOR - 1))}" > variables.json
|
||||
|
||||
# npx mustache is annoyingly slow, so install mustache directly
|
||||
yarn add -D mustache
|
||||
|
|
Loading…
Reference in a new issue