File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ jobs:
344
344
retention-days : 2
345
345
overwrite : true
346
346
347
- chglog_REPORT :
347
+ CHGLOG_REPORT :
348
348
permissions :
349
349
actions : read
350
350
contents : write
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ check_command head ;
96
96
check_command sed ;
97
97
check_command sort ;
98
98
check_command tail ;
99
- check_command tee ;
100
99
check_command tr ;
101
100
check_command uniq ;
102
101
check_command xargs ;
@@ -247,7 +246,7 @@ if [[ -z "${1}" ]] ; then
247
246
GIT_PREVIOUS_TAG=$( id_parent_tag " ${EACH_TAG} " )
248
247
if [[ ( -n " ${GIT_PREVIOUS_TAG} " ) ]] && [[ ( " ${EACH_TAG} " ! = " ${GIT_PREVIOUS_TAG} " ) ]] ; then
249
248
FALLBACK_GIT_RANGE=" ${EACH_TAG} ...${GIT_PREVIOUS_TAG} "
250
- " ${0 } " " ${FALLBACK_GIT_RANGE} " || : ; wait ;
249
+ " ${BASH_SOURCE[0] } " " ${FALLBACK_GIT_RANGE} " || : ; wait ;
251
250
fi ;
252
251
done ;
253
252
rm -f " ${CHGLOG_GIT_LOG_CACHE_FILE} " || : ;
You can’t perform that action at this time.
0 commit comments