diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0003743..28b9f2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: 🚀 Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: ${{ github.ref_name }} body: ${{ steps.changelog.outputs.notes }}