Skip to content

Commit

Permalink
grab tarball url, now html_url
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-silverman authored Feb 20, 2025
1 parent 7188ba6 commit a5ddf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
url_latest_release = function(owner_repo) {
x = gh::gh(paste0("/repos/",owner_repo,"/releases"))
dates = sapply(x, function(z) z$published_at)
latest_url = x[[which.max(as.Date(dates))]]$html_url
latest_url = x[[which.max(as.Date(dates))]]$tarball_url
return(latest_url)
}
remotes::install_url(
Expand Down

0 comments on commit a5ddf4c

Please sign in to comment.