Skip to content

Commit 04197af

Browse files
authored
Update action.yml
1 parent 0df4777 commit 04197af

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/actions/publish_flutter_package/action.yml

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

3838
- name: 📢 Publish
3939
shell: ${{ inputs.shell }}
40-
run: flutter config --enable-swift-package-manager
41-
run: flutter pub publish -f
40+
run: flutter config --enable-swift-package-manager;flutter pub publish -f
4241
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)