Skip to content

Commit

Permalink
Fix release changelog fetch main (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa authored Aug 8, 2023
1 parent 04c9143 commit 16f0e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git fetch origin main
git checkout main
mv NEW_CHANGELOG.md CHANGELOG.md
git add CHANGELOG.md
Expand Down

0 comments on commit 16f0e11

Please sign in to comment.