diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index a22acc50f..5614664e8 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -43,7 +43,7 @@ jobs: run: echo "$CHANGELOG" >> $GITHUB_STEP_SUMMARY - name: Upload Release Notes (on release) if: github.event_name == 'release' - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 with: body: ${{ steps.release-notes.outputs.changelog }} - name: Error on uncategorized PRs