Skip to content

Commit

Permalink
Update web-example-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsaltanna authored Nov 1, 2024
1 parent ae94138 commit 6c5cc2a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/web-example-release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: web-example-release
on:
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
workflow_dispatch: # Allows only manual triggering

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand All @@ -31,11 +27,11 @@ jobs:
- name: Flutter action
uses: subosito/flutter-action@v2.13.0
with:
flutter-version: '3.16.5'
flutter-version: '3.24.3'
cache: true
cache-key: 'flutter-macos-stable-3.16.5-apple'
cache-path: '${{ runner.tool_cache }}/flutter/macos-stable-3.16.5-apple'
pub-cache-key: 'flutter-pub-macos-stable-3.16.5-apple'
cache-key: 'flutter-macos-stable-3.24.3-apple'
cache-path: '${{ runner.tool_cache }}/flutter/macos-stable-3.24.3-apple'
pub-cache-key: 'flutter-pub-macos-stable-3.24.3-apple'
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Project Clean Up
Expand Down

0 comments on commit 6c5cc2a

Please sign in to comment.