We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf4726 commit 42758f5Copy full SHA for 42758f5
1 file changed
.github/workflows/pull-request.yml
@@ -34,7 +34,7 @@ jobs:
34
mkdir -p ~/.local/bin
35
36
# Latest tagged release
37
- latest_release_url=$(curl -s https://api.github.com/repos/wunderio/silta-cli/releases/latest | jq -r '.assets[] | .browser_download_url | select(endswith("linux-amd64.tar.gz"))')
+ curl -sL https://silta-cli.wdr.io/releases/latest/silta-latest-linux-amd64.tar.gz | tar xz -C ~/.local/bin
38
39
silta version
40
- name: Helm and repository setup
0 commit comments