diff --git a/.github/workflows/_release_and_tag.yml b/.github/workflows/_release_and_tag.yml index 4807b9cf..a8d71e4a 100644 --- a/.github/workflows/_release_and_tag.yml +++ b/.github/workflows/_release_and_tag.yml @@ -51,7 +51,7 @@ jobs: - name: Create Tag and Release id: create-release if: steps.check-tag.outputs.match == 'true' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.pull_request.title }} name: Version ${{ github.event.pull_request.title }} diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index 94c7cf55..d0479735 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -21,6 +21,6 @@ jobs: python setup.py sdist - name: Release and upload asset - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: django-buffalogs/dist/buffalogs*