|
|
@ -58,8 +58,9 @@ jobs: |
|
|
|
run: dart ./scripts/regenerate_versions.dart ${{ steps.extract_version.outputs.VERSION }} |
|
|
|
run: dart ./scripts/regenerate_versions.dart ${{ steps.extract_version.outputs.VERSION }} |
|
|
|
|
|
|
|
|
|
|
|
- name: Commit the changes of the updated version & CHANGELOG for all the packages |
|
|
|
- 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: |
|
|
|
with: |
|
|
|
|
|
|
|
github_token: "${{ secrets.GITHUB_TOKEN }}" |
|
|
|
commit_message: "chore(version): update to version ${{ steps.extract_version.outputs.VERSION }}" |
|
|
|
commit_message: "chore(version): update to version ${{ steps.extract_version.outputs.VERSION }}" |
|
|
|
|
|
|
|
|
|
|
|
- name: Check if package is ready for publishing |
|
|
|
- name: Check if package is ready for publishing |
|
|
|