We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fatal: You are not currently on a branch.
1 parent 56492ed commit a3778f8Copy full SHA for a3778f8
.github/workflows/publish.yaml
@@ -41,16 +41,6 @@ jobs:
41
flutter pub publish --dry-run
42
flutter pub publish --force
43
44
- - name: Git commit the updated pubspec.yaml
45
- run: |
46
- git config --global user.name "GitHub Actions"
47
- git config --global user.email "[email protected]"
48
- git add pubspec.yaml
49
- if [ -n "$(git status --porcelain)" ]; then
50
- git commit -m "chore: updated the version of pubspec.yaml"
51
- git push
52
- fi
53
-
54
deploy:
55
needs: publish_pub_dev
56
uses: ./.github/workflows/deploy.yaml
0 commit comments