diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb87206..08cbd4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -165,7 +165,7 @@ jobs: cat release-notes.md - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: ${{ needs.validate.outputs.version }} body_path: release-notes.md