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 57c057b commit 6180b35Copy full SHA for 6180b35
.github/workflows/release-go-module.yml
@@ -118,7 +118,7 @@ jobs:
118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119
run: |
120
sudo apt-get install -y gh
121
- gh release create "${{ env.PACKAGE_NAME }}-${{ env.VERSION }}" --title "${{ env.PACKAGE_NAME }} ${{ env.VERSION }}" --notes "${{ env.FULL_RELEASE_NOTES }}" || true
+ gh release create "${{ env.PACKAGE_NAME }}/${{ env.VERSION }}" --title "${{ env.PACKAGE_NAME }}/${{ env.VERSION }}" --notes "${{ env.FULL_RELEASE_NOTES }}" || true
122
- name: Check if 'cmd' directory exists and set environment variable
123
124
if [ -f "$GITHUB_WORKSPACE/${{ env.PACKAGE_NAME }}/cmd/main.go" ]; then
0 commit comments