diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b66ddd4..7c433b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: . - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: Release v${{ steps.version.outputs.VERSION }} body: ${{ steps.changelog.outputs.BODY }}