Skip to content

Commit a230a5e

Browse files
committed
Publish using setup-dart workflow
1 parent 8fea8bf commit a230a5e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
- name: Run tests
3636
run: flutter test
3737

38-
flutter_publish:
38+
publish:
3939
needs: 'test'
4040
permissions:
4141
id-token: write # Required for authentication using OIDC
42-
uses: git-elliot/setup-dart/.github/workflows/flutter_publish.yml@main # Added build_runner step
42+
uses: git-elliot/setup-dart/.github/workflows/publish.yml@main # Added build_runner step
4343
with:
4444
environment: 'pub.dev'
4545
build_runner: true

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 2.0.6
4+
Publish using setup-dart workflow
5+
36
## 2.0.5
47
Bug fixes and improvements
58

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: network_tools_flutter
22
description: Extended features of network_tools package for flutter framework supporting iOS and Android
3-
version: 2.0.5
3+
version: 2.0.6
44
issue_tracker: https://github.com/osociety/network_tools_flutter/issues
55
repository: https://github.com/osociety/network_tools_flutter
66

0 commit comments

Comments
 (0)