Skip to content

Commit

Permalink
Merge pull request #16 from dimension-sh/renovate/softprops-action-gh…
Browse files Browse the repository at this point in the history
…-release-2.x

Update softprops/action-gh-release action to v2
  • Loading branch information
nikdoof authored Mar 14, 2024
2 parents 486bcc2 + 7b6f583 commit 9f3cafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: python setup.py sdist bdist_wheel

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: "Version ${{ github.ref_name }}"
generate_release_notes: true
Expand Down

0 comments on commit 9f3cafb

Please sign in to comment.