diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a559e90..31f8add 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Release - uses: softprops/action-gh-release@v2.6.2 + uses: softprops/action-gh-release@v3.0.0 with: body: ${{ steps.github_release.outputs.changelog }} tag_name: v${{ inputs.version }}