Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sakebook committed Dec 1, 2019
1 parent d4c1744 commit 4ac827b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test_flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
uses: ./
with:
credential: "{}"
package_directory: "."
skip_test: true
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 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 @@ -38,7 +38,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.1.0
uses: sakebook/actions-flutter-pub-publisher@v1.2.0
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: false
Expand Down

0 comments on commit 4ac827b

Please sign in to comment.