From a4f124f24fec54eecc0b186c778dfd8baaf85861 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Mon, 7 May 2018 16:40:23 +1000 Subject: [PATCH] Updated repo name --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 09e8a054..eb63041f 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -5,7 +5,7 @@ GITHUB_TOKEN="${GITHUB_TOKEN:?missing required input \'GITHUB_TOKEN\'}" CURRENT="$(git describe --tags --abbrev=0)" PREVIOUS="$(git describe --tags --abbrev=0 --always "${CURRENT}"^)" OWNER="mikefarah" -REPO="yaml" +REPO="yq" release() { mapfile -t logs < <(git log --pretty=oneline --abbrev-commit "${PREVIOUS}".."${CURRENT}")