Skip to content

Commit a7ca5ea

Browse files
Update release.yml
1 parent ff52f62 commit a7ca5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
v: true
2424
x: false
2525
race: false
26-
ldflags: "-X main.buildStamp=`date -u '+%Y-%m-%d_%I:%M:%S%p'` -X main.gitRevision=`git describe --tags || git rev-parse HEAD` -s -w"
26+
ldflags: -X main.buildStamp=`date -u '+%Y-%m-%d_%I:%M:%S%p'` -X main.gitRevision=`git describe --tags || git rev-parse HEAD` -s -w
2727
buildmode: plugin
2828
trimpath: false
2929

0 commit comments

Comments
 (0)