Skip to content

Commit

Permalink
Merge pull request #4 from digorgonzola/fix_release_action_take2
Browse files Browse the repository at this point in the history
Fix release action take2
  • Loading branch information
digorgonzola authored Aug 23, 2022
2 parents dedbc03 + 324aa0d commit ac6dbd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -33,4 +33,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: wheels/*.whl
body: ${{steps.github_release.outputs.changelog}}
body: ${{ steps.build_changelog.outputs.changelog }}
2 changes: 2 additions & 0 deletions dummy_file.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
further changes
some changes
some more stuff

0 comments on commit ac6dbd4

Please sign in to comment.