Skip to content

Commit

Permalink
ci(dependabot): bump softprops/action-gh-release from 1 to 2 (#353)
Browse files Browse the repository at this point in the history
Bumps
[softprops/action-gh-release](https://github.com/softprops/action-gh-release)
from 1 to 2.


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juan Nunez-Iglesias <[email protected]>
  • Loading branch information
dependabot[bot] and jni authored Jun 21, 2024
1 parent 143f97d commit 490131a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}

- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true
Expand Down

0 comments on commit 490131a

Please sign in to comment.