diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index ab03569..09f4c4b 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -75,4 +75,5 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" git add version-beta.json README.md git commit -m "Beta release ${{ github.ref_name }}" + git pull --rebase origin main git push origin HEAD:main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae0115c..33a3d8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,6 +91,7 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" git add version.json README.md git commit -m "Release ${{ github.ref_name }}" + git pull --rebase origin main git push origin HEAD:main - name: Update Homebrew tap