Skip to content

Commit

Permalink
fix retry action
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed May 2, 2024
1 parent 87fb1cd commit f8d4809
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nitrite-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ jobs:
with:
max_attempts: 10
timeout_minutes: 60
command: flutter pub publish --force
working-directory: packages/nitrite
command: |
cd packages/nitrite
flutter pub publish --force
5 changes: 3 additions & 2 deletions .github/workflows/nitrite_generator-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ jobs:
with:
max_attempts: 10
timeout_minutes: 60
command: flutter pub publish --force
working-directory: packages/nitrite_generator
command: |
cd packages/nitrite_generator
flutter pub publish --force
5 changes: 3 additions & 2 deletions .github/workflows/nitrite_hive_adapter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ jobs:
with:
max_attempts: 10
timeout_minutes: 60
command: flutter pub publish --force
working-directory: packages/nitrite_hive_adapter
command: |
cd packages/nitrite_hive_adapter
flutter pub publish --force
5 changes: 3 additions & 2 deletions .github/workflows/nitrite_spatial-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ jobs:
with:
max_attempts: 10
timeout_minutes: 60
command: flutter pub publish --force
working-directory: packages/nitrite_spatial
command: |
cd packages/nitrite_spatial
flutter pub publish --force
5 changes: 3 additions & 2 deletions .github/workflows/nitrite_support-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ jobs:
with:
max_attempts: 10
timeout_minutes: 60
command: flutter pub publish --force
working-directory: packages/nitrite_support
command: |
cd packages/nitrite_support
flutter pub publish --force

0 comments on commit f8d4809

Please sign in to comment.