From 475e25fd8b2bfdc33849d6986b2f74a0f26ab8be Mon Sep 17 00:00:00 2001 From: Eric Dahlseng Date: Thu, 4 Apr 2019 21:06:14 -0700 Subject: [PATCH] fix: Correct typo with variable name --- sources/index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/index.yml b/sources/index.yml index 9c9e4f9..ee73122 100644 --- a/sources/index.yml +++ b/sources/index.yml @@ -348,7 +348,7 @@ jobs: # Pull details from changelog - startCollectingRegExp='^#+ \[?'"${version:1}"'\]?.*$' + startCollectingRegExp='^#+ \[?'"${versionTag:1}"'\]?.*$' stopCollectingRegExp='^.*$|^#+ \[?[0-9]+\.[0-9]+\.[0-9]+.*$' collectingLines="false"