We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7808a0 commit fd86991Copy full SHA for fd86991
.github/workflows/releases.yml
@@ -66,7 +66,7 @@ jobs:
66
arch="$(uname -m)"
67
curl -s https://api.github.com/repos/norwoodj/helm-docs/releases/latest \
68
| yq --indent 0 --no-colors --input-format json --unwrapScalar \
69
- ".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" \
70
| xargs curl -SsL \
71
| tar zxf - -C /usr/local/bin
72
- uses: actions/checkout@v3
0 commit comments