Skip to content

Commit 6df6536

Browse files
authored
Fix release name in Docker image workflow
1 parent d01a980 commit 6df6536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ jobs:
159159
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
160160
with:
161161
tag_name: ${{ steps.get-new-version.outputs.NEW_VERSION }}
162-
release_name: Release ${{ steps.get-new-version.outputs.NEW_VERSION }}
162+
release_name: ${{ steps.get-new-version.outputs.NEW_VERSION }}
163163
body: ${{ steps.changelog.outputs.changelog }}
164164
prerelease: true

0 commit comments

Comments
 (0)