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 ed1fb9e commit 2cd8702Copy full SHA for 2cd8702
.github/workflows/release-go-module.yml
@@ -136,6 +136,6 @@ jobs:
136
goarch: ${{ matrix.goarch }}
137
binary_name: ${{ env.PACKAGE_NAME }}
138
release_name: ${{ env.PACKAGE_NAME }}
139
- release_tag: ${{ env.PACKAGE_NAME}}-${{ env.VERSION }}
+ release_tag: ${{ env.PACKAGE_NAME}}/${{ env.VERSION }}
140
project_path: ${{ env.PACKAGE_NAME }}/cmd
141
asset_name: ${{ env.PACKAGE_NAME }}-${{ env.VERSION }}-${{ matrix.platform }}-${{ matrix.goarch }}
0 commit comments