We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddd628 commit 86450ceCopy full SHA for 86450ce
.github/workflows/publish-draft.yaml
@@ -35,6 +35,7 @@ jobs:
35
36
- name: Publish package
37
run: |
38
+ mkdir -p ~/.config/dart
39
echo ${{ secrets.CREDENTIAL_JSON }} > ~/.config/dart/pub-credentials.json
40
flutter pub publish --dry-run
41
0 commit comments