Skip to content

Commit

Permalink
verbose curl
Browse files Browse the repository at this point in the history
  • Loading branch information
tecandrew committed Feb 27, 2024
1 parent ee92603 commit 4c644e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Fetch information from GitHub API
id: release
run: |
NEXTDNS_TAG=$(curl -sL https://api.github.com/repos/nextdns/nextdns/releases/latest | jq -r ".tag_name")
NEXTDNS_TAG=$(curl -svL https://api.github.com/repos/nextdns/nextdns/releases/latest | jq -r ".tag_name")
RELEASE_TAG=$(git describe --tags $(git rev-list --tags --max-count=1) || true)
RELEASE_NUM=$(echo "$RELEASE_TAG" | rev | cut -d "-" -f1 | rev)
if [[ -z "$RELEASE_NUM" || "$RELEASE_NUM" = "$RELEASE_TAG" ]]; then
Expand Down

0 comments on commit 4c644e9

Please sign in to comment.