Skip to content

Commit

Permalink
Update pub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ekasetiawans authored Aug 7, 2023
1 parent 48893d4 commit 7049e52
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: '>> Dart package <<'
uses: k-paxian/dart-package-publisher@master
- name: Prepare credentials
run: |
echo ${{ secrets.PUB_CREDENTIAL }} > ~/.config/dart/pub-credentials.json
- name: Install Flutter
id: install
continue-on-error: true
uses: subosito/flutter-action@v1
with:
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
dryRunOnly: true
channel: "stable"
- name: 'Get Dependencies'
run: dart pub get
run: flutter pub get
- name: 'Install melos'
run: dart pub global activate melos
- name: 'Update versions'
Expand Down

0 comments on commit 7049e52

Please sign in to comment.