diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c849661..b9e3f95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: "v${{ github.ref_name }}" body: ${{ steps.changelog.outputs.body }}