diff --git a/.github/workflows/nitrite-release.yml b/.github/workflows/nitrite-release.yml index e0cd780..dcb3314 100644 --- a/.github/workflows/nitrite-release.yml +++ b/.github/workflows/nitrite-release.yml @@ -48,5 +48,6 @@ jobs: with: max_attempts: 10 timeout_minutes: 60 - command: flutter pub publish --force - working-directory: packages/nitrite \ No newline at end of file + command: | + cd packages/nitrite + flutter pub publish --force \ No newline at end of file diff --git a/.github/workflows/nitrite_generator-release.yml b/.github/workflows/nitrite_generator-release.yml index f07c757..c697625 100644 --- a/.github/workflows/nitrite_generator-release.yml +++ b/.github/workflows/nitrite_generator-release.yml @@ -48,5 +48,6 @@ jobs: with: max_attempts: 10 timeout_minutes: 60 - command: flutter pub publish --force - working-directory: packages/nitrite_generator \ No newline at end of file + command: | + cd packages/nitrite_generator + flutter pub publish --force \ No newline at end of file diff --git a/.github/workflows/nitrite_hive_adapter-release.yml b/.github/workflows/nitrite_hive_adapter-release.yml index 23cc602..4364a26 100644 --- a/.github/workflows/nitrite_hive_adapter-release.yml +++ b/.github/workflows/nitrite_hive_adapter-release.yml @@ -48,5 +48,6 @@ jobs: with: max_attempts: 10 timeout_minutes: 60 - command: flutter pub publish --force - working-directory: packages/nitrite_hive_adapter \ No newline at end of file + command: | + cd packages/nitrite_hive_adapter + flutter pub publish --force \ No newline at end of file diff --git a/.github/workflows/nitrite_spatial-release.yml b/.github/workflows/nitrite_spatial-release.yml index 6f24163..dba93c3 100644 --- a/.github/workflows/nitrite_spatial-release.yml +++ b/.github/workflows/nitrite_spatial-release.yml @@ -48,5 +48,6 @@ jobs: with: max_attempts: 10 timeout_minutes: 60 - command: flutter pub publish --force - working-directory: packages/nitrite_spatial \ No newline at end of file + command: | + cd packages/nitrite_spatial + flutter pub publish --force \ No newline at end of file diff --git a/.github/workflows/nitrite_support-release.yml b/.github/workflows/nitrite_support-release.yml index 6a8deb8..1008c3c 100644 --- a/.github/workflows/nitrite_support-release.yml +++ b/.github/workflows/nitrite_support-release.yml @@ -48,5 +48,6 @@ jobs: with: max_attempts: 10 timeout_minutes: 60 - command: flutter pub publish --force - working-directory: packages/nitrite_support \ No newline at end of file + command: | + cd packages/nitrite_support + flutter pub publish --force \ No newline at end of file