Skip to content

Commit

Permalink
edit cd script
Browse files Browse the repository at this point in the history
  • Loading branch information
jinusong committed Dec 20, 2024
1 parent 4c90787 commit dfc3b4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable

- run: flutter --version

- name: Publish to pub.dev
run: |
Expand Down

0 comments on commit dfc3b4a

Please sign in to comment.