Skip to content

Commit 4e0263f

Browse files
authored
Merge pull request #3 from github/copilot/fix-github-actions-workflow-release
fix: correct ldflags quoting in release workflow
2 parents de20682 + c4caac7 commit 4e0263f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
generate_attestations: true
2323
go_version_file: go.mod
2424
go_build_options: >-
25-
-ldflags '-X github.com/github/gh-stack/cmd.Version=${{ steps.version.outputs.version }}'
25+
-ldflags=-X=github.com/github/gh-stack/cmd.Version=${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)