diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 567f32dd..858b1e98 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.2.0 + uses: softprops/action-gh-release@v3.0.2 with: body: ${{ steps.release-notes.outputs.changelog }} - name: Error on uncategorized PRs