Skip to content

Commit

Permalink
update stremthru
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed Dec 6, 2024
1 parent 4b19b0f commit 8a72bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/stremthru/ci/latest.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
version=$(curl -sX GET https://api.github.com/repos/iPromKnight/zilean/releases/latest --header "Authorization: Bearer ${TOKEN}" | jq --raw-output '. | .tag_name')
version=$(curl -sX GET https://api.github.com/repos/MunifTanjim/stremthru/releases/latest --header "Authorization: Bearer ${TOKEN}" | jq --raw-output '. | .tag_name')

printf "%s" "${version}"

0 comments on commit 8a72bf1

Please sign in to comment.