mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-18 13:07:58 +02:00
The release workflow runs from pushed version tags, but the build step
was setting SKIP_VERSION_CHECK=1. That made scripts/release.sh exit
before running check-tag, so CI did not compare the pushed tag with
the version reported from build/version.go.
Run the normal release target instead. This keeps release CI from
producing artifacts when the tag and embedded lnd version drift apart.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| backport.yml | ||
| claude-dedupe-issues.yml | ||
| claude.yml | ||
| docker.yml | ||
| govulncheck.yml | ||
| main.yml | ||
| pr-severity.yml | ||
| release.yaml | ||
| stats.yml | ||
| verify-release.yaml | ||