We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df4777 commit 04197afCopy full SHA for 04197af
1 file changed
.github/actions/publish_flutter_package/action.yml
@@ -37,6 +37,5 @@ runs:
37
38
- name: 📢 Publish
39
shell: ${{ inputs.shell }}
40
- run: flutter config --enable-swift-package-manager
41
- run: flutter pub publish -f
+ run: flutter config --enable-swift-package-manager;flutter pub publish -f
42
working-directory: ${{ inputs.working-directory }}
0 commit comments