Skip to content

Commit

Permalink
Move release debugging (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston authored Oct 22, 2024
1 parent ba10327 commit e4e6e46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
git checkout -b releases origin/releases
fi
- name: Collect commit ranges
run: |
bash ./scripts/changelog.sh > ${{ github.workspace }}/CHANGELOG.txt
- name: Debug changelog file
run: |
ls -la ${{ github.workspace }}/CHANGELOG.txt
cat ${{ github.workspace }}/CHANGELOG.txt
- name: Collect commit ranges
run: |
bash ./scripts/changelog.sh > ${{ github.workspace }}/CHANGELOG.txt
- name: Checkout code from main into release branch
run: |
Expand Down

0 comments on commit e4e6e46

Please sign in to comment.