From 379d4e36132fa814ffb7f05df115e7c756af3910 Mon Sep 17 00:00:00 2001 From: Mangirdas Judeikis Date: Tue, 26 Nov 2024 12:48:39 +0200 Subject: [PATCH] typo --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 50779879..7f086172 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -24,7 +24,7 @@ jobs: with: go-version: v1.23.0 - name: SET LDFLAGS - run: $(make ldflags) >> $GITHUB_ENV + run: echo "LDFLAGS=$(make ldflags)" >> $GITHUB_ENV - name: Delete non-semver tags run: 'git tag -d $(git tag -l | grep -v "^v")' - name: Run GoReleaser on tag