Skip to content

Commit

Permalink
Use current branch workflow and some update
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jun 4, 2024
1 parent d9a812f commit 30493fe
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/credential_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cryptocurrency_keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/did_kit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@october
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/flutter_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,8 @@ jobs:

- name: 📦 Install Dependencies
run: |
echo "Install Dependencies"
if grep -q 'path: ../../../didkit/lib/flutter' pubspec.yaml; then
echo "Path found, modifying pubspec.yaml"
sed -i 's|path: ../../../didkit/lib/flutter|git:\n url: https://github.com/spruceid/didkit.git\n path: lib/flutter|' pubspec.yaml
else
echo "Path not found, no changes made"
fi
flutter pub global activate very_good_cli
very_good packages get --recursive --ignore=${{inputs.package_get_excludes}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jwt_decode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/key_generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/polygonid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secure_storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down

0 comments on commit 30493fe

Please sign in to comment.