Update release trigger CI variable name
This commit is contained in:
parent
0a678f936b
commit
0dd90dd146
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
set -euo pipefail
|
||||
|
||||
SOURCE_BRANCH=$(git branch --show-current)
|
||||
MAKE_TAGS_CAUSE=${MAKE_TAGS_CAUSE:-"Manual command-line makefile invocation"}
|
||||
RELEASE_TRIGGER=${RELEASE_TRIGGER:-"Manual command-line makefile invocation"}
|
||||
|
||||
GIT_AUTHOR_NAME=${GIT_AUTHOR_NAME:-'STM32Square Auto-Release Script'}
|
||||
GIT_AUTHOR_EMAIL=${GIT_AUTHOR_EMAIL:-'autorelease@stm32square.jaseg.de'}
|
||||
|
|
@ -21,7 +21,7 @@ git add svd mx_mcu_db prog_db chip_db
|
|||
git commit --allow-empty -m "STM32Square Auto-Release $TIMESTAMP
|
||||
|
||||
This is an automatic release commit. Generation was invoked from:
|
||||
$MAKE_TAGS_CAUSE
|
||||
$RELEASE_TRIGGER
|
||||
|
||||
Component versions:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue