diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0162ec26..bf80ea64 100644 --- a/.github/workflows/publish.yml +++ b/.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