We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9652e6 commit ec3032aCopy full SHA for ec3032a
.github/workflows/app-distribute.yml
@@ -42,7 +42,6 @@ jobs:
42
run: |
43
git config --global user.email "$(git log --format='%ae' HEAD^!)"
44
git config --global user.name "$(git log --format='%an' HEAD^!)"
45
- git fetch origin gh-pages:gh-pages
46
47
- name: Setup Flutter
48
uses: subosito/flutter-action@v2
0 commit comments