Skip to content

Commit

Permalink
Merge pull request #26 from sakebook/release/1.4.0
Browse files Browse the repository at this point in the history
Bump up version 1.4.0
  • Loading branch information
sakebook authored Dec 31, 2021
2 parents 27a44d2 + 3e1191a commit b341b77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.0
- Supported new credentials

## 1.3.1
- Fix for Dart test
- Enabled local projects for CI
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This action publishing the Flutter plugin.

**Required** Google Account credential.

You can find the credentials.json within `.pub-cache` in the User's home directory.
You can use `open ~/.pub-cache`.
You can find the `pub-credentials.json` within `Library/Application Support/dart` in the User's home directory.
If you can't find it, you can generate it by running `pub login`.

### `flutter_package`

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.1
uses: sakebook/actions-flutter-pub-publisher@v1.4.0
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: false
Expand Down

0 comments on commit b341b77

Please sign in to comment.