Skip to content

Commit

Permalink
Bump up version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sakebook committed Dec 31, 2021
1 parent 27a44d2 commit 3e1191a
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 3e1191a

Please sign in to comment.