diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 4308a612c..0a96511ff 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -12,7 +12,7 @@ jobs: call-min-flutter-test: uses: ./.github/workflows/test.yml with: - flutter_version: '3.13.0' + flutter_version: '3.19.3' fatal_warnings: false prepare-release: name: Prepare release @@ -22,14 +22,8 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 - - name: Remove invalid pub files # TODO(gustl22): remove when fixed: https://github.com/dart-lang/pub/pull/4145 - run: | - git rm --cached example/assets/coins_non_ascii_и.wav - git rm --cached example/server/public/files/audio/coins_non_ascii_и.wav - working-directory: packages/audioplayers - shell: bash - uses: bluefireteam/melos-action@v3 with: run-versioning: ${{ inputs.prerelease == false }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 24f0a241b..91a1259d7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,14 +12,8 @@ jobs: runs-on: [ ubuntu-latest ] if: contains(github.event.head_commit.message, 'chore(release)') steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 - - name: Remove invalid pub files # TODO(gustl22): remove when fixed: https://github.com/dart-lang/pub/pull/4145 - run: | - git rm --cached example/assets/coins_non_ascii_и.wav - git rm --cached example/server/public/files/audio/coins_non_ascii_и.wav - working-directory: packages/audioplayers - shell: bash - uses: bluefireteam/melos-action@v3 with: publish: true