From 5bd573dc5f2808627463199f261b17ec5b2d1534 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 19 May 2024 19:15:21 +0300 Subject: [PATCH] chore: yet another attempt 2 to fix the new publish github workflow --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index da49b3ca..bf9cd6c8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -60,6 +60,9 @@ jobs: - name: Update the version & CHANGELOG for all the packages run: dart ./scripts/regenerate_versions.dart ${{ steps.extract_version.outputs.VERSION }} + - name: Checkout to the master branch + run: git checkout master + - name: Commit the changes of the updated version & CHANGELOG for all the packages id: auto-commit-action uses: stefanzweifel/git-auto-commit-action@v5