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.
1 parent f5e69d5 commit 1bbb3d7Copy full SHA for 1bbb3d7
.github/actions/publish_flutter_package/action.yml
@@ -27,7 +27,7 @@ runs:
27
28
- name: 📦 Install dependencies
29
shell: ${{ inputs.shell }}
30
- run: flutter pub get
+ run: flutter config --enable-swift-package-manager; flutter pub get
31
working-directory: ${{ inputs.working-directory }}
32
33
# - name: 🌵 Dry Run
@@ -37,5 +37,5 @@ runs:
37
38
- name: 📢 Publish
39
40
- run: flutter pub publish -f
+ run: flutter config --enable-swift-package-manager;flutter pub publish -f
41
0 commit comments