chore: an attempt to fix the new publish github workflow

pull/1879/head
Ellet 11 months ago
parent 60d2eadc3e
commit c110150b1d
  1. 3
      .github/workflows/publish.yml

@ -58,8 +58,9 @@ jobs:
run: dart ./scripts/regenerate_versions.dart ${{ steps.extract_version.outputs.VERSION }}
- name: Commit the changes of the updated version & CHANGELOG for all the packages
uses: stefanzweifel/git-auto-commit-action@v5
uses: devops-infra/action-commit-push@v0.9.2
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
commit_message: "chore(version): update to version ${{ steps.extract_version.outputs.VERSION }}"
- name: Check if package is ready for publishing

Loading…
Cancel
Save