Skip to content

Commit

Permalink
github-actions: fix make diff in release
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <szakacs.attila96@gmail.com>
  • Loading branch information
alltilla committed Nov 11, 2024
1 parent e9ac4cd commit 977a419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Generate diff
run: |
make diff > diff.md
make OUTPUT=diff.md
- name: Publish GitHub Release
if: github.event.inputs.target== 'PyPi'
Expand Down

0 comments on commit 977a419

Please sign in to comment.