Merge pull request #13059 from mattfarina/fix-build-tag

Fixing build issue where wrong version is used
pull/13062/head
Matt Farina 1 month ago committed by GitHub
commit 691f313442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -34,7 +34,7 @@ jobs:
run: |
set -eu -o pipefail
make build-cross
make build-cross VERSION="${{ github.ref_name }}"
make dist checksum VERSION="${{ github.ref_name }}"
- name: Set latest version

Loading…
Cancel
Save