Skip to content

Commit

Permalink
Merge pull request #43 from vandeplaslab/dependabot/github_actions/so…
Browse files Browse the repository at this point in the history
…ftprops/action-gh-release-2

⬆️ Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
lukasz-migas authored Jun 4, 2024
2 parents 0cbe0ea + 7b7ede5 commit ca2cbc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}

- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
generate_release_notes: true

Expand Down Expand Up @@ -128,6 +128,6 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
generate_release_notes: true

0 comments on commit ca2cbc8

Please sign in to comment.