Skip to content

Commit 6e06e73

Browse files
committed
ci(github-actions): fix release workflow
1 parent 31c1d1e commit 6e06e73

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,5 @@ jobs:
123123
env:
124124
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
125125
with:
126-
name: ${{ env.VERSION }}
126+
release_name: ${{ env.VERSION }}
127127
tag_name: v${{ env.VERSION }}
128-
generate_release_notes: true

0 commit comments

Comments
 (0)