Skip to content

Commit a4f124f

Browse files
author
Mike Farah
committed
Updated repo name
1 parent 090b377 commit a4f124f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GITHUB_TOKEN="${GITHUB_TOKEN:?missing required input \'GITHUB_TOKEN\'}"
55
CURRENT="$(git describe --tags --abbrev=0)"
66
PREVIOUS="$(git describe --tags --abbrev=0 --always "${CURRENT}"^)"
77
OWNER="mikefarah"
8-
REPO="yaml"
8+
REPO="yq"
99

1010
release() {
1111
mapfile -t logs < <(git log --pretty=oneline --abbrev-commit "${PREVIOUS}".."${CURRENT}")

0 commit comments

Comments
 (0)