From bfc9d75cab49df0bfd901a355a9bcb53bfeb5407 Mon Sep 17 00:00:00 2001 From: thomasmckay Date: Fri, 9 Apr 2021 13:06:15 -0400 Subject: [PATCH] chore: fix cut-release.yml (PROJQUAY-1468) (#729) --- .github/workflows/cut-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cut-release.yml b/.github/workflows/cut-release.yml index 4c9f4ad86..08e9fde53 100644 --- a/.github/workflows/cut-release.yml +++ b/.github/workflows/cut-release.yml @@ -31,7 +31,9 @@ jobs: - name: ChangeLog shell: bash run: | - curl -o /tmp/git-chglog -L https://github.com/git-chglog/git-chglog/releases/download/v0.14.0/linux.amd64.git-chglog + curl -o /tmp/git-chglog.tar.gz -fsSL\ + https://github.com/git-chglog/git-chglog/releases/download/v0.14.0/git-chglog_0.14.0_linux_amd64.tar.gz + tar xvf /tmp/git-chglog.tar.gz --directory /tmp chmod u+x /tmp/git-chglog echo "creating change log for tag: $TAG" /tmp/git-chglog --tag-filter-pattern "v3.*" -o CHANGELOG.md v3.6.0-alpha.4..