Fixing release build

This commit is contained in:
Mike Farah
2026-08-20 19:07:20 +10:00
parent e95064cd01
commit ed4125b9b1
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Cross compile - name: Cross compile
run: | run: |
sudo apt-get install rhash -y sudo apt-get install rhash -y
go install github.com/goreleaser/goreleaser/v2@v2.16.0 go install github.com/goreleaser/goreleaser/v2@v2.17.1
./scripts/xcompile.sh ./scripts/xcompile.sh
- name: Sign checksums - name: Sign checksums
+3
View File
@@ -1,3 +1,6 @@
4.53.6:
- Fixing release build issue
4.53.5: 4.53.5:
- Fixed line wrapping bug (#2824, #2823) Thanks mxey - Fixed line wrapping bug (#2824, #2823) Thanks mxey
- Bumped dependencies - Bumped dependencies
+1 -1
View File
@@ -2,7 +2,7 @@
set -eo pipefail set -eo pipefail
# You may need to go install github.com/goreleaser/goreleaser/v2@v2.16.0 first # You may need to go install github.com/goreleaser/goreleaser/v2@v2.17.1 first
GORELEASER="goreleaser build --clean" GORELEASER="goreleaser build --clean"
if [ -z "$CI" ] || [[ "${GITHUB_REF_NAME:-}" == draft-* ]]; then if [ -z "$CI" ] || [[ "${GITHUB_REF_NAME:-}" == draft-* ]]; then
GORELEASER+=" --snapshot" GORELEASER+=" --snapshot"