Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Jul 12, 2024
1 parent c9a8d80 commit b606e92
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,9 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install FVM
shell: bash
run: |
curl -fsSL https://fvm.app/install.sh | bash
fvm use stable --force
- uses: kuhnroyal/flutter-fvm-config-action@v2
id: fvm-config-action

- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}

- name: Flutter version
shell: bash
run: flutter --version

- name: Setup Melos
uses: bluefireteam/melos-action@v3
- uses: bluefireteam/melos-action@v3
with:
publish: true

0 comments on commit b606e92

Please sign in to comment.