diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1c7614b..bef5f50 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,6 +80,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git checkout -b update-changelog + git pull origin update-changelog git add --all git commit -m "chore: update changelog for $GITHUB_REF" git push origin update-changelog