Skip to content

Commit 6af949f

Browse files
authored
Merge pull request #2 from fourdollars/copilot/fix-release-workflow-issue
Fix release workflow with explicit release_tag parameter
2 parents 6b686b5 + f430738 commit 6af949f

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
@@ -33,12 +33,13 @@ jobs:
3333
name: release ${{ matrix.goos }}/${{ matrix.goarch }}
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- uses: wangyoucao577/go-release-action@v1
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
goos: ${{ matrix.goos }}
4141
goarch: ${{ matrix.goarch }}
42+
release_tag: ${{ github.ref_name }}
4243
md5sum: false
4344
sha256sum: true
4445
asset_name: "lp-api-${{github.ref_name}}-${{ matrix.goos }}-${{ matrix.goarch }}"

0 commit comments

Comments
 (0)