Skip to content

Commit 5749879

Browse files
Merge pull request #6559 from UnownPlain/fix-release-detection
Fix stable build release notes generation
2 parents 1f3b3f1 + 09c0f51 commit 5749879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,8 @@ jobs:
517517
repository: ./updates-server
518518

519519
- name: Generate Release Notes
520+
env:
521+
RELEASE_BRANCH: ${{ inputs.update_branch }}
520522
run: bash .github/workflows/src/generate_release_notes.sh
521523

522524
# If we are on Twilight, we want to just update the Twilight tag's release

0 commit comments

Comments
 (0)