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 1561bea commit a293c25Copy full SHA for a293c25
.github/workflows/sync-stacktodate.yml
@@ -10,8 +10,7 @@ jobs:
10
steps:
11
- name: Download stacktodate binary
12
run: |
13
- VERSION="latest"
14
- curl -sL https://github.com/stacktodate/stacktodate-cli/releases/download/${VERSION}/stacktodate-linux-amd64 -o stacktodate
+ curl -L https://github.com/stacktodate/stacktodate-cli/releases/latest/download/stacktodate_linux_amd64.tar.gz | tar xz
15
chmod +x stacktodate
16
17
- name: Check stacktodate config
0 commit comments