Skip to content

Commit 3fc321a

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- goarch: arm64
1818
goos: windows
1919
steps:
20+
- run: echo ${{github.ref_name}}
2021
- uses: actions/checkout@v3
2122
- uses: wangyoucao577/[email protected]
2223
env:
@@ -28,4 +29,4 @@ jobs:
2829
goarch: ${{ matrix.goarch }}
2930
goversion: "1.19"
3031
project_path: "."
31-
ldflags: -X "main.semver=${{github.ref_name}}"
32+
ldflags: -X "main.semver=${{ env.VERSION }}"

0 commit comments

Comments
 (0)