chore: yet another attempt 2 to fix the new publish github workflow

pull/1879/head
Ellet 11 months ago
parent 61f6141f54
commit 5bd573dc5f
  1. 3
      .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

Loading…
Cancel
Save