Skip to content

Commit

Permalink
ci(github/new-version): removed verbose output from curl command to g…
Browse files Browse the repository at this point in the history
…et latest release
  • Loading branch information
luisnquin committed Nov 30, 2024
1 parent a1c38bb commit a9cf2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/new-version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

echo "Fetching upstream version from GitHub API..." >&2
upstream_data=$(curl -vs https://api.github.com/repos/zen-browser/desktop/releases/latest)
upstream_data=$(curl -s https://api.github.com/repos/zen-browser/desktop/releases/latest)
echo "Upstream data: $upstream_data" >&2

upstream=$(echo "$upstream_data" | jq -r '.tag_name')
Expand Down

0 comments on commit a9cf2b2

Please sign in to comment.