File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Pub Publish plugin
2+
3+ on :
4+ release :
5+ types : [published]
6+
7+ jobs :
8+ publish :
9+
10+ runs-on : ubuntu-latest
11+
12+ steps :
13+ - name : Checkout
14+ uses : actions/checkout@v1
15+ - name : Publish
16+ uses : sakebook/actions-flutter-pub-publisher@v1.3.0
17+ with :
18+ credential : ${{ secrets.CREDENTIAL_JSON }}
19+ flutter_package : true
20+ skip_test : true
21+ dry_run : false
Original file line number Diff line number Diff line change 1- ## 0.0.1
1+ ## 0.0.1+dev.1
22
33* Android地图基本展示,IOS暂未实现
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: An `MineDate` Map Component.
33version : 0.0.1+dev.1
44# author: Asscre <237713070@qq.com>
55homepage : https://github.com/Asscre/flutter_minemap
6- publish_to : none
6+ publish_to : https://pub.dev
77
88environment :
99 sdk : " >=2.7.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments