diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c7d1cc..c6c0eb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -416,7 +416,7 @@ jobs: run: ./tools/extract_release_notes.sh ${{ github.ref_name }} < CHANGELOG.md > ${{ github.workspace }}-RELEASE_NOTES.md shell: bash - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.ref_type == 'tag' with: body_path: ${{ github.workspace }}-RELEASE_NOTES.md