github.com/goreleaser/nfpm/v2@v2.44.0/scripts/pages/releases.sh (about) 1 #!/bin/bash 2 set -euo pipefail 3 curl -sSf -H "Authorization: Bearer $GITHUB_TOKEN" "https://api.github.com/repos/goreleaser/nfpm/releases/latest" | 4 jq -r '.tag_name' >./www/static/latest