1 parent 0ac642e commit 08acfdcCopy full SHA for 08acfdc
1 file changed
.github/workflows/publish_docker_image.yaml
@@ -68,7 +68,7 @@ jobs:
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
TAG: ${{ github.ref_name }}
70
run: |
71
- go release create "$TAG" \
+ gh release create "$TAG" \
72
--repo="$GITHUB_REPOSITORY"
73
--title="$TAG" \
74
--generate-notes
0 commit comments