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:
344344 retention-days : 2
345345 overwrite : true
346346
347- chglog_REPORT :
347+ CHGLOG_REPORT :
348348 permissions :
349349 actions : read
350350 contents : write
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ check_command head ;
9696check_command sed ;
9797check_command sort ;
9898check_command tail ;
99- check_command tee ;
10099check_command tr ;
101100check_command uniq ;
102101check_command xargs ;
@@ -247,7 +246,7 @@ if [[ -z "${1}" ]] ; then
247246 GIT_PREVIOUS_TAG=$( id_parent_tag " ${EACH_TAG} " )
248247 if [[ ( -n " ${GIT_PREVIOUS_TAG} " ) ]] && [[ ( " ${EACH_TAG} " ! = " ${GIT_PREVIOUS_TAG} " ) ]] ; then
249248 FALLBACK_GIT_RANGE=" ${EACH_TAG} ...${GIT_PREVIOUS_TAG} "
250- " ${0 } " " ${FALLBACK_GIT_RANGE} " || : ; wait ;
249+ " ${BASH_SOURCE[0] } " " ${FALLBACK_GIT_RANGE} " || : ; wait ;
251250 fi ;
252251 done ;
253252 rm -f " ${CHGLOG_GIT_LOG_CACHE_FILE} " || : ;
You can’t perform that action at this time.
0 commit comments