diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3d6d64d..80402ed5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,7 @@ jobs: run: | git config --local user.name github-actions git config --local user.email github-actions@github.com + git remote -v git add RELEASES.md git commit -m "chore: updated release log" git push --force-with-lease