Skip to content

Commit

Permalink
Updated the GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
zulfahmi93 committed May 12, 2023
1 parent cebced2 commit a460f06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Setup Credentials
shell: bash
env:
Expand Down

0 comments on commit a460f06

Please sign in to comment.