Skip to content

Commit

Permalink
Update to current development
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Aug 9, 2024
1 parent a3e1ead commit 35be73f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 35be73f

Please sign in to comment.