Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishafiul authored Jul 6, 2024
1 parent 5cc3f5a commit 2c77527
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ jobs:
fetch-depth: 0
- name: Extract version from tag
uses: damienaicheh/[email protected]
- uses: actions/setup-java@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: 11
java-version: ${{ env.JAVA_VERSION }}
distribution: 'adopt'
- name: 🔧 Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: ${{inputs.flutter_version}}
channel: ${{inputs.flutter_channel}}
flutter-version: ${{ inputs.flutter_version }}
channel: ${{ inputs.flutter_channel }}
cache: true

- name: Setup Cider
Expand Down

0 comments on commit 2c77527

Please sign in to comment.