Skip to content

Commit 9f2576b

Browse files
committed
ci(github-actions): fix release workflow
1 parent 3720c81 commit 9f2576b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +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
129-
make_latest: false

0 commit comments

Comments
 (0)