Skip to content

Commit

Permalink
Fix README example
Browse files Browse the repository at this point in the history
  • Loading branch information
sakebook committed Oct 14, 2019
1 parent 25a9d20 commit ef537d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: actions/actions-flutter-pub-publisher@v1
uses: sakebook/actions-flutter-pub-publisher@v1.0.2
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
skip_test: true
Expand Down

0 comments on commit ef537d8

Please sign in to comment.