Skip to content

Commit

Permalink
ci(workflow): fix release-please workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Sep 30, 2023
1 parent 5cbd298 commit 88f2be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
arch="$(uname -m)"
curl -s https://api.github.com/repos/norwoodj/helm-docs/releases/latest \
| yq --indent 0 --no-colors --input-format json --unwrapScalar \
".assets[] | select(.name | test("\""^helm-docs_.+_Linux_${arch}\.tar\.gz$"\"")) | .browser_download_url" \
".assets[] | select(.name | test("\""^helm-docs_Linux_${arch}\.tar\.gz$"\"")) | .browser_download_url" \
| xargs curl -SsL \
| tar zxf - -C /usr/local/bin
- uses: actions/checkout@v3
Expand Down

0 comments on commit 88f2be7

Please sign in to comment.