We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01a980 commit 6df6536Copy full SHA for 6df6536
1 file changed
.github/workflows/docker-image.yml
@@ -159,6 +159,6 @@ jobs:
159
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
160
with:
161
tag_name: ${{ steps.get-new-version.outputs.NEW_VERSION }}
162
- release_name: Release ${{ steps.get-new-version.outputs.NEW_VERSION }}
+ release_name: ${{ steps.get-new-version.outputs.NEW_VERSION }}
163
body: ${{ steps.changelog.outputs.changelog }}
164
prerelease: true
0 commit comments