Skip to content

Commit 5e1c2eb

Browse files
committed
ReleaseDrafter.yml: Set Mu branches in all cases
The `*_mu_branch` workflow variables were not set in some cases to reduce workflow execution time but logically the variables should be set to ensure the step conditionals work as expected. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 2d862dd commit 5e1c2eb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ReleaseDrafter.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848

4949
steps:
5050
- name: Download Version Information
51-
if: ${{ startsWith(github.ref, 'refs/heads/release') }}
5251
id: download_ver_info
5352
shell: bash
5453
run: |
@@ -58,7 +57,6 @@ jobs:
5857
curl $versionFileUrl --output "${localFilePath}"
5958
echo "file_path=${localFilePath}" >> $GITHUB_ENV
6059
- name: Extract Version Information
61-
if: ${{ startsWith(github.ref, 'refs/heads/release') }}
6260
id: extract_ver_info
6361
shell: bash
6462
env:

0 commit comments

Comments
 (0)