Skip to content

Commit

Permalink
Merge pull request #11 from sakebook/release/1.2.1
Browse files Browse the repository at this point in the history
Release/1.2.1
  • Loading branch information
sakebook authored Dec 27, 2019
2 parents b363d86 + 6d4e370 commit 150ed86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## 1.2.1
- Fix for Dart test
- Update readme credential section

## 1.2.0
- Added inputs `package_directory`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/[email protected].0
uses: sakebook/[email protected].1
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: false
Expand Down
4 changes: 2 additions & 2 deletions entrypoint.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ run_test_if_needed() {
echo 'Skip test'
else
if "${INPUT_FLUTTER_PACKAGE}"; then
test_flutter()
test_flutter
else
test_dart()
test_dart
fi
fi
}
Expand Down

0 comments on commit 150ed86

Please sign in to comment.