Skip to content

Commit 9503ed7

Browse files
authored
Update action.yml
1 parent ecda451 commit 9503ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/action/publish_dart_package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ runs:
3737

3838
- name: 📢 Publish
3939
shell: ${{ inputs.shell }}
40-
run: flutter pub publish -f
40+
run: dart pub publish -f
4141
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)