Skip to content

Commit

Permalink
Update release_draft.yml (#82)
Browse files Browse the repository at this point in the history
Adding minimal Python definition setup.
  • Loading branch information
miroslavpojer authored Oct 9, 2024
1 parent 2abe878 commit 377334a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ jobs:
fetch-depth: 0
ref: refs/tags/${{ github.event.inputs.tagName }}

- uses: actions/[email protected]
with:
python-version: '3.11'

- name: Generate release notes
id: release_notes_generator
uses: AbsaOSS/generate-release-notes@master
Expand Down

0 comments on commit 377334a

Please sign in to comment.