Skip to content

Commit

Permalink
Fix: Workflow using k-paxian/dart-package-publisher@master
Browse files Browse the repository at this point in the history
  • Loading branch information
hasnentai committed Jan 18, 2023
1 parent b36923d commit a95e7a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 46 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ on:
push :
branches:
- main
- stable
- dev
jobs:
publishing:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@main # required!

- name: 'GAUGES FLUTTER'
- name: 'GeekyAnts Gauges Flutter'
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIALLS_JSON }}
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.0.5

* Initial Release
## 0.0.6+1

- property change from `color` to `backgroundColor` in `LinearGaugeBoxDecoration`

## 0.0.6

Expand All @@ -9,12 +10,9 @@
- Added bool param showPrimaryRulers which will control the visibility of primary rulers (Default is true)
- Added bool param showSecondaryRulers which control the visibility of secondary rules (Default is true)

## 0.0.6+1

- property change from `color` to `backgroundColor` in `LinearGaugeBoxDecoration`


## 0.0.5

* Initial Release



36 changes: 0 additions & 36 deletions pub_login.sh

This file was deleted.

0 comments on commit a95e7a9

Please sign in to comment.