File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 2.0.6
4+ Publish using setup-dart workflow
5+
36## 2.0.5
47Bug fixes and improvements
58
Original file line number Diff line number Diff line change 11name : network_tools_flutter
22description : Extended features of network_tools package for flutter framework supporting iOS and Android
3- version : 2.0.5
3+ version : 2.0.6
44issue_tracker : https://github.com/osociety/network_tools_flutter/issues
55repository : https://github.com/osociety/network_tools_flutter
66
You can’t perform that action at this time.
0 commit comments