Skip to content

Commit

Permalink
fix: Always depend upon the flutter_package.yaml of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jun 5, 2024
1 parent 2b78188 commit 7028ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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@main
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oidc4vc.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@main
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down

0 comments on commit 7028ff8

Please sign in to comment.