diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3452ffbf..fc8c2b23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: echo "::set-output name=version::v$(flutter pub run cider bump ${{ github.event.inputs.release-type }})" - name: Commit new version 🆕 - uses: stefanzweifel/git-auto-commit-action@v4.13.1 + uses: stefanzweifel/git-auto-commit-action@v4.14.0 env: version: ${{ steps.bump-version.outputs.version }} with: