Skip to content

Commit

Permalink
chore: use latest dart package publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Bonny committed Oct 7, 2021
1 parent 5052ba3 commit ef9bf09
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v2

- name: Publish the package
uses: k-paxian/dart-package-publisher@v1.3
uses: k-paxian/dart-package-publisher@master
with:
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
skipTests: true
flutter: plugin
flutter: true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.3

- Updated workflow

## 1.2.2

- Updated workflow
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.2"
version: "1.2.3"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: screen_lock_check
description: A plugin that checks whether the user has enabled a passcode, pattern lock, face id or touch id on their device.
version: 1.2.2
version: 1.2.3
homepage: https://github.com/koa-health/screen_lock_check

environment:
Expand Down

0 comments on commit ef9bf09

Please sign in to comment.