Skip to content

Commit

Permalink
use the right version (#6568)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Dec 15, 2023
1 parent f583102 commit 3b4c461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b4c461

Please sign in to comment.