Skip to content

Commit

Permalink
adapt workflow to match new fvm config
Browse files Browse the repository at this point in the history
  • Loading branch information
devmil committed Apr 16, 2024
1 parent a04e86a commit 2158b14
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,14 @@ jobs:
runs-on: ubuntu-latest

outputs:
flutter-version: ${{ steps.step_extract_version.outputs.flutter-version }}
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}

steps:
- uses: actions/checkout@v3

- uses: kuhnroyal/flutter-fvm-config-action@v1
with:
path: '.fvm/fvm_config.json'

- id: step_extract_version
run: |
FLUTTER_VERSION=${{ env.FLUTTER_VERSION }}
echo "flutter-version=${FLUTTER_VERSION}" >> $GITHUB_OUTPUT
- uses: kuhnroyal/flutter-fvm-config-action@v2
id: fvm-config-action

get_last_released_version:
needs: check_label
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2158b14

Please sign in to comment.