Skip to content

Commit 26e0d70

Browse files
author
David Grieser
committed
Enable debug build for releases.
1 parent 5e5b2dc commit 26e0d70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
version: v1.26.2
2525
args: release --clean
2626
env:
27+
GOFLAGS: ${{ (github.ref_type == 'tag' && contains(github.ref_name, '-')) && '-gcflags="all=-N -l"' || '' }}
2728
GITHUB_TOKEN: ${{ secrets.RELEASE_USER_TOKEN }}

0 commit comments

Comments
 (0)