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.
2 parents 6b686b5 + f430738 commit 6af949fCopy full SHA for 6af949f
.github/workflows/release.yaml
@@ -33,12 +33,13 @@ jobs:
33
name: release ${{ matrix.goos }}/${{ matrix.goarch }}
34
runs-on: ubuntu-latest
35
steps:
36
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
37
- uses: wangyoucao577/go-release-action@v1
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
goos: ${{ matrix.goos }}
41
goarch: ${{ matrix.goarch }}
42
+ release_tag: ${{ github.ref_name }}
43
md5sum: false
44
sha256sum: true
45
asset_name: "lp-api-${{github.ref_name}}-${{ matrix.goos }}-${{ matrix.goarch }}"
0 commit comments