Skip to content

Commit 1bbb3d7

Browse files
authored
Update action.yml
1 parent f5e69d5 commit 1bbb3d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/publish_flutter_package/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727

2828
- name: 📦 Install dependencies
2929
shell: ${{ inputs.shell }}
30-
run: flutter pub get
30+
run: flutter config --enable-swift-package-manager; flutter pub get
3131
working-directory: ${{ inputs.working-directory }}
3232

3333
# - name: 🌵 Dry Run
@@ -37,5 +37,5 @@ runs:
3737

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

0 commit comments

Comments
 (0)