Skip to content

Commit 81862ae

Browse files
authored
Update RELEASE_NOTES default value in workflow
Signed-off-by: Aabid Sofi <[email protected]>
1 parent 0142482 commit 81862ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
GIT_STRIPPED_VERSION=${{env.GIT_STRIPPED_VERSION}}
136136
GIT_VERSION=${{env.GIT_VERSION}}
137137
RELEASE_CHANNEL=${{env.RELEASE_CHANNEL}}
138-
RELEASE_NOTES=${{ env.RELEASE_NOTES }}
138+
RELEASE_NOTES=${{ env.RELEASE_NOTES || "See https://docs.layer5.io/kanvas/reference/releases"}}
139139
KANVAS_TAG=${{env.RELEASE_CHANNEL}}-${{env.GIT_VERSION}}
140140
EXTENSION_TAG=${{env.RELEASE_CHANNEL}}-${{env.GIT_VERSION}}
141141
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)