Skip to content

Commit

Permalink
ci(workflow): revert "fix release-please workflow"
Browse files Browse the repository at this point in the history
This reverts commit 88f2be7.
  • Loading branch information
donch1989 committed Oct 13, 2023
1 parent d7808a0 commit fd86991
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 fd86991

Please sign in to comment.