Skip to content

Commit

Permalink
Unsilence curl for snapenhance info fetch in patch-latest-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasFlamy authored Sep 23, 2024
1 parent 176d1ae commit 2337724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/patch-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
repo_owner="rhunk"
repo_name="SnapEnhance"
api_url="https://api.github.com/repos/${repo_owner}/${repo_name}/releases/latest"
release_info=$(curl -s "$api_url")
release_info=$(curl "$api_url")
release_id=$(echo $release_info | jq -r '.id')
release_tag_name=$(echo $release_info | jq -r '.tag_name')
Expand Down

0 comments on commit 2337724

Please sign in to comment.