Skip to content

Commit 86450ce

Browse files
committed
chore: updated publish package step to create the ~/.config/dart directory
1 parent 8ddd628 commit 86450ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-draft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
- name: Publish package
3737
run: |
38+
mkdir -p ~/.config/dart
3839
echo ${{ secrets.CREDENTIAL_JSON }} > ~/.config/dart/pub-credentials.json
3940
flutter pub publish --dry-run
4041

0 commit comments

Comments
 (0)