Skip to content

Commit f67fa9c

Browse files
authored
fix: update release notes path to use only version number without 'v' prefix (#10751)
1 parent 22ef01a commit f67fa9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push_release_notes_to_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
VERSION_NUMBER="${VERSION:1}"
3030
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"
31+
RELEASE_NOTES_PATH="content/release-notes/$VERSION_NUMBER.md"
3232
3333
{
3434
echo "---"

0 commit comments

Comments
 (0)