mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-30 00:30:09 +00:00
use the right version (#6568)
This commit is contained in:
parent
f583102932
commit
3b4c461bfc
2
.github/workflows/github_release.yml
vendored
2
.github/workflows/github_release.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Generate release notes for beta versions
|
||||
run: |
|
||||
reno report --no-show-source --ignore-cache --version v${{ steps.version.outputs.current_release }} -o relnotes.rst
|
||||
reno report --no-show-source --ignore-cache --version v${{ steps.version.outputs.current_pre_release }} -o relnotes.rst
|
||||
|
||||
- name: Convert to Markdown
|
||||
uses: docker://pandoc/core:3.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user