diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a291575..2ea146d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: } - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/') }} with: tag_name: ${{ env.RELEASE_TAG }}