Skip to content

Commit

Permalink
ci: Pubspec lock now not enforced (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmoravec committed Apr 3, 2024
2 parents a0a25cf + 4532cbc commit 4abb385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: dronetag/gha-shared/.github/actions/flutter-install@master
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
enforce-lockfile: false
- name: Run code analysis
run: flutter analyze --no-fatal-infos

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: dronetag/gha-shared/.github/actions/flutter-install@master
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
enforce-lockfile: false
- uses: dronetag/gha-shared/.github/actions/update-pubspec-version@master
with:
version: ${{ needs.release-version.outputs.version }}
Expand Down

0 comments on commit 4abb385

Please sign in to comment.