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 5532faf commit 731fe22Copy full SHA for 731fe22
.github/workflows/release.yml
@@ -20,14 +20,13 @@ jobs:
20
env:
21
GITHUB_TOKEN: ${{ github.token }}
22
with:
23
- title: ${{ github.ref }}
+ title: ${{ github.ref_name }}
24
- name: Upload install.bat
25
uses: svenstaro/upload-release-action@v2
26
27
repo_token: ${{ secrets.GITHUB_TOKEN }}
28
file: install.bat
29
asset_name: install.bat
30
- tag: ${{ github.ref }}
31
overwrite: true
32
publish_binaries:
33
name: Release Binary
@@ -51,6 +50,5 @@ jobs:
51
50
binary_name: codegame
52
asset_name: codegame-cli-${{matrix.goos}}-${{matrix.goarch}}
53
extra_files: LICENSE README.md
54
- release_tag: ${{ github.ref }}
55
- ldflags: -X "main.version=${{ github.ref }}"
+ ldflags: -X "main.version=${{ github.ref_name }}"
56
md5sum: false
0 commit comments