Skip to content

Commit aa944f6

Browse files
authored
Fix syntax for RELEASE_NOTES in workflow file
Signed-off-by: Aabid Sofi <[email protected]>
1 parent df4d86c commit aa944f6

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 || "See https://docs.layer5.io/kanvas/reference/releases"}}
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)