Skip to content

Commit

Permalink
update workflow experiment for didkit
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jun 4, 2024
1 parent c172c4b commit cca8ad6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flutter_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ jobs:
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}

- name: Conditionally Override didkit dependency
run: |
if grep -q 'path: ../../../didkit/lib/flutter' packages/did_kit/pubspec.yaml; then
sed -i 's|path: ../../../didkit/lib/flutter|git:\n url: https://github.com/spruceid/didkit.git\n path: lib/flutter|' packages/did_kit/pubspec.yaml
fi
- name: 🤫 Set SSH Key
env:
ssh_key: ${{secrets.ssh_key}}
Expand Down

0 comments on commit cca8ad6

Please sign in to comment.