Skip to content

Commit

Permalink
Merge pull request #134 from HelgeGehring/dependabot/github_actions/s…
Browse files Browse the repository at this point in the history
…oftprops/action-gh-release-2

build(deps): bump softprops/action-gh-release from 1 to 2
  • Loading branch information
HelgeGehring authored Mar 13, 2024
2 parents eaf36ae + f71ebb0 commit 5562c5e
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 @@ -29,7 +29,7 @@ jobs:
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
files: dist/*

0 comments on commit 5562c5e

Please sign in to comment.