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 0142482 commit 81862aeCopy full SHA for 81862ae
.github/workflows/build-and-release.yml
@@ -135,7 +135,7 @@ jobs:
135
GIT_STRIPPED_VERSION=${{env.GIT_STRIPPED_VERSION}}
136
GIT_VERSION=${{env.GIT_VERSION}}
137
RELEASE_CHANNEL=${{env.RELEASE_CHANNEL}}
138
- RELEASE_NOTES=${{ env.RELEASE_NOTES }}
+ RELEASE_NOTES=${{ env.RELEASE_NOTES || "See https://docs.layer5.io/kanvas/reference/releases"}}
139
KANVAS_TAG=${{env.RELEASE_CHANNEL}}-${{env.GIT_VERSION}}
140
EXTENSION_TAG=${{env.RELEASE_CHANNEL}}-${{env.GIT_VERSION}}
141
tags: ${{ steps.meta.outputs.tags }}
0 commit comments