Skip to content

Commit

Permalink
Merge branch '2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 12, 2024
2 parents 27191bf + aa2efbe commit 786066a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flutter-gen-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,12 @@ jobs:
env:
DARTAGNAN_CLANG_FORMAT: /usr/bin/clang-format

- name: Setup git author name
uses: fregante/setup-git-user@v2

- name: Create PR
run: |
rm -rf dartagnan/
git add .
git commit -m "flutter: regenerate bindings"
git checkout -B flutter/bindings-`git log -1 --pretty=format:"%H"`
Expand Down

0 comments on commit 786066a

Please sign in to comment.