Skip to content

Commit 5005893

Browse files
committed
Testing CI/CD test 4
1 parent b60f25f commit 5005893

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15-
- uses: dart-lang/setup-dart@v1
15+
- uses: subosito/flutter-action@v2
16+
with:
17+
sdk: stable
1618
- name: Install dependencies
1719
run: dart pub get
1820
- name: Publish

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ packages:
427427
path: ".."
428428
relative: true
429429
source: path
430-
version: "1.0.6"
430+
version: "1.0.8"
431431
typed_data:
432432
dependency: transitive
433433
description:

0 commit comments

Comments
 (0)