We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a08a1 commit 4abd765Copy full SHA for 4abd765
1 file changed
.github/workflows/publish-to-pub-dev.yml
@@ -34,7 +34,6 @@ jobs:
34
- name: Setup Flutter
35
uses: subosito/flutter-action@v2
36
with:
37
- flutter-version: 'stable'
38
channel: 'stable'
39
- name: Dry-run publish
40
run: flutter pub publish --dry-run
@@ -49,7 +48,6 @@ jobs:
49
48
50
51
52
53
54
- name: Configure pub.dev credentials
55
env:
0 commit comments