Skip to content

Commit

Permalink
#1 fix: publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
susatthi committed May 2, 2022
1 parent 8037786 commit c815d81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Download dart sdk
uses: dart-lang/setup-dart@v1
with:
sdk: stable
- name: Setup credentials
run: |
mkdir -p ~/.pub-cache
Expand Down

0 comments on commit c815d81

Please sign in to comment.