Skip to content

Commit

Permalink
update pipeline (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli authored May 31, 2024
1 parent b32b1b2 commit 777cd61
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- name: 'Publish Package'
uses: k-paxian/dart-package-publisher@master
with:
channel: "stable"
- name: Install dependencies
run: flutter pub get
- name: Publish
run: dart pub publish --force
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}


7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.0-beta.15

* Docs: Update documentation for better user guidance by @leoafarias and @tilucasoli
* Feature: Move the animationData to inside the Spec classes by @tilucasoli and @leoafarias
* Feature: Implement Style.asAttribute by @tilucasoli
* Enhancement: Rename disabled parameter to enabled by @tilucasoli

## 1.0.0-beta.14

* Remove deprecated code by @tilucasoli
Expand Down

0 comments on commit 777cd61

Please sign in to comment.