Skip to content

Commit

Permalink
Update update-docs-latest-release-links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBarnes committed Jan 4, 2024
1 parent e8e572b commit f422862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs-latest-release-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Get latest release assets
id: get_latest_release_assets
run: |
assets=$(gh release list --limit 1 --json assets | jq -r '.[0].assets[].name')
assets=$(gh release view latest --json assets | jq -r '.assets[].name')
echo "Latest release assets: $assets"
echo "::set-output name=assets::$assets"
env:
Expand Down

0 comments on commit f422862

Please sign in to comment.