Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xinthink committed Apr 18, 2020
1 parent 9efa13c commit 4e93edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
$FLUTTER_HOME/bin/cache/dart-sdk/bin/dartfmt -l 80 -w .
- name: Publish
run: |
flutter pub get
mkdir ~/.pub-cache/
echo "${{ secrets.PUB_CREDENTIALS }}" | base64 --decode > ~/.pub-cache/credentials.json
pub publish --force
- name: notification
Expand Down

0 comments on commit 4e93edf

Please sign in to comment.