Skip to content

Commit

Permalink
cicd: fix output/outputs typo
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Nov 3, 2021
1 parent a930239 commit 752988a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
if: github.event_name != 'workflow_dispatch'
with:
path: /usr/local/bin/git-chlog
key: changelog-${{ needs.config.output.chlog_version }}
key: changelog-${{ needs.config.outputs.chlog_version }}
- name: Fetch Changelog
if: steps.chlog-cache.outputs.cache-hit != 'true' && github.event_name != 'workflow_dispatch'
run: |
cd "$RUNNER_TEMP"
v="${{ needs.config.output.chlog_version }}"
v="${{ needs.config.outputs.chlog_version }}"
f="git-chglog_${v}_linux_amd64.tar.gz"
curl -fsOSL "https://github.com/git-chglog/git-chglog/releases/download/v${v}/${f}"
tar xvf "${f}"
Expand Down

0 comments on commit 752988a

Please sign in to comment.