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 ee14e77 commit cbcd3bcCopy full SHA for cbcd3bc
.github/workflows/publish-flutter-client-sdk.yml
@@ -19,7 +19,7 @@ jobs:
19
# not been released.
20
- name: Override example dependencies
21
run: |
22
- echo "dependency_overrides:\r\n launchdarkly_flutter_client_sdk:\r\n path: .." > example/pubspec_overrides.yaml
+ echo "dependency_overrides:\r\n launchdarkly_flutter_client_sdk:\r\n path: .." > packages/flutter_client_sdk/example/pubspec_overrides.yaml
23
- name: Publish Flutter Client SDK Package
24
uses: ./.github/actions/publish
25
with:
0 commit comments