Skip to content

Commit

Permalink
Merge pull request #13 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 0fddad5 + 04fb8ac commit d70eccd
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 }}"
files: |
Expand Down

0 comments on commit d70eccd

Please sign in to comment.