Skip to content

Commit fd86991

Browse files
committed
ci(workflow): revert "fix release-please workflow"
This reverts commit 88f2be7.
1 parent d7808a0 commit fd86991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
arch="$(uname -m)"
6767
curl -s https://api.github.com/repos/norwoodj/helm-docs/releases/latest \
6868
| yq --indent 0 --no-colors --input-format json --unwrapScalar \
69-
".assets[] | select(.name | test("\""^helm-docs_Linux_${arch}\.tar\.gz$"\"")) | .browser_download_url" \
69+
".assets[] | select(.name | test("\""^helm-docs_.+_Linux_${arch}\.tar\.gz$"\"")) | .browser_download_url" \
7070
| xargs curl -SsL \
7171
| tar zxf - -C /usr/local/bin
7272
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)