Skip to content

Commit

Permalink
Merge pull request #15 from Dash-Kit/feature/25-sdk-version-increment
Browse files Browse the repository at this point in the history
#25: Increment the Flutter version to 3.7.0
  • Loading branch information
w3ggy authored Jan 26, 2023
2 parents b9c631d + ef1bd91 commit f03a0d7
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 80 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Publish to pub.dev

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

jobs:
publish:
permissions:
id-token: write # This is required for authentication using OIDC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: dart-lang/setup-dart@v1

- name: Setup Flutter SDK
- uses: flutter-actions/setup-flutter@v2
with:
channel: stable
version: 3.7.0

- name: Install dependencies
run: flutter pub get

- name: Publish
run: dart pub publish --force
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [3.3.0]
- Incremented the Flutter SDK version to 3.7.0

## 3.2.0

* Upgraded dependencies
Expand Down
Loading

0 comments on commit f03a0d7

Please sign in to comment.