Skip to content

Commit e4e6e46

Browse files
Move release debugging (#1155)
1 parent ba10327 commit e4e6e46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
git checkout -b releases origin/releases
3535
fi
3636
37+
- name: Collect commit ranges
38+
run: |
39+
bash ./scripts/changelog.sh > ${{ github.workspace }}/CHANGELOG.txt
40+
3741
- name: Debug changelog file
3842
run: |
3943
ls -la ${{ github.workspace }}/CHANGELOG.txt
4044
cat ${{ github.workspace }}/CHANGELOG.txt
41-
42-
- name: Collect commit ranges
43-
run: |
44-
bash ./scripts/changelog.sh > ${{ github.workspace }}/CHANGELOG.txt
4545
4646
- name: Checkout code from main into release branch
4747
run: |

0 commit comments

Comments
 (0)