Skip to content

Commit

Permalink
fix: broken publish CI (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupi007 authored Aug 16, 2023
1 parent 2412d38 commit daebb9b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@ on:
push:
branches: [main]

env:
FLUTTER_VERSION: '3.10.x'

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{env.FLUTTER_VERSION}}
- run: flutter pub get
- uses: bluefireteam/flutter-gh-pages@v7
with:
Expand Down

0 comments on commit daebb9b

Please sign in to comment.