Skip to content

Commit 372281e

Browse files
author
Gregor Gololicic
committed
fix ld
1 parent 3fc321a commit 372281e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- goarch: arm64
1818
goos: windows
1919
steps:
20-
- run: echo ${{github.ref_name}}
2120
- uses: actions/checkout@v3
2221
- uses: wangyoucao577/[email protected]
2322
env:
@@ -29,4 +28,4 @@ jobs:
2928
goarch: ${{ matrix.goarch }}
3029
goversion: "1.19"
3130
project_path: "."
32-
ldflags: -X "main.semver=${{ env.VERSION }}"
31+
ldflags: -X "main.version=${{ env.VERSION }}"

0 commit comments

Comments
 (0)