Skip to content

Commit

Permalink
ci: fix flutter setup in release workflow (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 authored Sep 19, 2024
1 parent 10d884c commit e46256e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: lts/*

- name: Setup Flutter
uses: ./.github/actions/flutter-setup/action1.yml
uses: ./.github/actions/flutter-setup/action.yml

- name: Cache node_modules
id: node-modules
Expand Down

0 comments on commit e46256e

Please sign in to comment.