Skip to content

Commit 2cd8702

Browse files
committed
fix release binary build
1 parent ed1fb9e commit 2cd8702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-go-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ jobs:
136136
goarch: ${{ matrix.goarch }}
137137
binary_name: ${{ env.PACKAGE_NAME }}
138138
release_name: ${{ env.PACKAGE_NAME }}
139-
release_tag: ${{ env.PACKAGE_NAME}}-${{ env.VERSION }}
139+
release_tag: ${{ env.PACKAGE_NAME}}/${{ env.VERSION }}
140140
project_path: ${{ env.PACKAGE_NAME }}/cmd
141141
asset_name: ${{ env.PACKAGE_NAME }}-${{ env.VERSION }}-${{ matrix.platform }}-${{ matrix.goarch }}

0 commit comments

Comments
 (0)