We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc321a commit 372281eCopy full SHA for 372281e
1 file changed
.github/workflows/release.yaml
@@ -17,7 +17,6 @@ jobs:
17
- goarch: arm64
18
goos: windows
19
steps:
20
- - run: echo ${{github.ref_name}}
21
- uses: actions/checkout@v3
22
- uses: wangyoucao577/go-release-action@v1.33
23
env:
@@ -29,4 +28,4 @@ jobs:
29
28
goarch: ${{ matrix.goarch }}
30
goversion: "1.19"
31
project_path: "."
32
- ldflags: -X "main.semver=${{ env.VERSION }}"
+ ldflags: -X "main.version=${{ env.VERSION }}"
0 commit comments