Skip to content

Commit

Permalink
ci: add prev-major variable to release board templating (electron#39454)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Aug 17, 2023
1 parent 00746e6 commit 8374b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8374b9c

Please sign in to comment.