Skip to content

Commit

Permalink
Update publisher.yml (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiburagi authored Feb 15, 2025
1 parent 288ec8c commit e5d3f6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable # or: beta, master (or main)
flutter-version: 3.27.4
- name: Install dependencies
run: flutter pub get
- name: Dart and Flutter Package Publisher
uses: k-paxian/dart-package-publisher@v1.6
with:
flutterVersion: 3.27.4
credentialJson: ${{ secrets.CREDENTIAL_JSON }}

0 comments on commit e5d3f6d

Please sign in to comment.