We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ef01a commit f67fa9cCopy full SHA for f67fa9c
1 file changed
.github/workflows/push_release_notes_to_website.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
VERSION_NUMBER="${VERSION:1}"
30
RELEASE_DATE=$(gh release view "$VERSION" --repo deepset-ai/haystack --json publishedAt --jq '.publishedAt | split("T")[0]')
31
- RELEASE_NOTES_PATH="content/release-notes/$VERSION.md"
+ RELEASE_NOTES_PATH="content/release-notes/$VERSION_NUMBER.md"
32
33
{
34
echo "---"
0 commit comments