Potentially fix invocation of draft-release-notes (#20265)
Release Notes: - N/A
This commit is contained in:
parent
803e5d4c9f
commit
cfce6a8fbf
2 changed files with 2 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -260,7 +260,7 @@ jobs:
|
|||
run: |
|
||||
mkdir -p target/
|
||||
# Ignore any errors that occur while drafting release notes to not fail the build.
|
||||
script/draft-release-notes "$version" "$channel" > target/release-notes.md || true
|
||||
script/draft-release-notes "$RELEASE_VERSION" "$RELEASE_CHANNEL" > target/release-notes.md || true
|
||||
|
||||
- name: Generate license file
|
||||
run: script/generate-licenses
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue