Skip to content

Commit 9ae0807

Browse files
committed
ci(github-actions): fix release workflow
1 parent b24098f commit 9ae0807

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.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)