Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Aug 18, 2024
1 parent e3c02e1 commit c7df35a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
runs-on: ubuntu-latest
name: Create release
steps:
- name: Get dependencies
run: apt-get update && apt-get install -yq python3
env:
DEBIAN_FRONTEND: noninteractive
- name: Create release notes
run: $GITHUB_WORKSPACE/extras/changelog_current_version.py $GITHUB_WORKSPACE/changelog.md > $GITHUB_WORKSPACE/changelog_current.md
- name: Create draft release
Expand Down

0 comments on commit c7df35a

Please sign in to comment.