We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88afaf commit 3fc321aCopy full SHA for 3fc321a
.github/workflows/release.yaml
@@ -17,6 +17,7 @@ jobs:
17
- goarch: arm64
18
goos: windows
19
steps:
20
+ - run: echo ${{github.ref_name}}
21
- uses: actions/checkout@v3
22
- uses: wangyoucao577/[email protected]
23
env:
@@ -28,4 +29,4 @@ jobs:
28
29
goarch: ${{ matrix.goarch }}
30
goversion: "1.19"
31
project_path: "."
- ldflags: -X "main.semver=${{github.ref_name}}"
32
+ ldflags: -X "main.semver=${{ env.VERSION }}"
0 commit comments