diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 502ac1f..14fb7c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,7 +117,7 @@ jobs: fi - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: v${{ steps.version.outputs.VERSION }} body_path: release_notes.md