Skip to content

Commit 08acfdc

Browse files
committed
typo
1 parent 0ac642e commit 08acfdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_docker_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969
TAG: ${{ github.ref_name }}
7070
run: |
71-
go release create "$TAG" \
71+
gh release create "$TAG" \
7272
--repo="$GITHUB_REPOSITORY"
7373
--title="$TAG" \
7474
--generate-notes

0 commit comments

Comments
 (0)