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 ecda451 commit 9503ed7Copy full SHA for 9503ed7
.github/action/publish_dart_package/action.yml
@@ -37,5 +37,5 @@ runs:
37
38
- name: 📢 Publish
39
shell: ${{ inputs.shell }}
40
- run: flutter pub publish -f
+ run: dart pub publish -f
41
working-directory: ${{ inputs.working-directory }}
0 commit comments