Skip to content

Commit

Permalink
use the correct release number
Browse files Browse the repository at this point in the history
  • Loading branch information
spatten committed Sep 11, 2024
1 parent 635c20c commit 4cc5991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ THEMIS_RELEASE_JSON=vendor-bins/themis-release.json
curl -sSL \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Accept: application/vnd.github.v3.raw" \
https://api.github.com/repos/fossas/themis/releases/174441989 > $THEMIS_RELEASE_JSON
https://api.github.com/repos/fossas/themis/releases/174635703 > $THEMIS_RELEASE_JSON

THEMIS_TAG=$(jq -cr ".name" $THEMIS_RELEASE_JSON)
echo "Using themis release: $THEMIS_TAG"
Expand Down

0 comments on commit 4cc5991

Please sign in to comment.