File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
uses : actions/checkout@v3
11
11
- name : Publish dart package
12
12
if : ${{ startsWith(github.ref_name, 'dart') }}
13
- uses : k-paxian/dart-package-publisher@v1.4
13
+ uses : k-paxian/dart-package-publisher@v1.5.1
14
14
with :
15
15
accessToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_ACCESS_TOKEN }}
16
16
refreshToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_REFRESH_TOKEN }}
19
19
dryRunOnly : false
20
20
- name : Publish flutter package
21
21
if : ${{ startsWith(github.ref_name, 'flutter') }}
22
- uses : k-paxian/dart-package-publisher@v1.4
22
+ uses : k-paxian/dart-package-publisher@v1.5.1
23
23
with :
24
24
accessToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_ACCESS_TOKEN }}
25
25
refreshToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_REFRESH_TOKEN }}
Original file line number Diff line number Diff line change 28
28
ref : ${{ github.event.inputs.ref }}
29
29
- name : Publish dart package
30
30
if : github.event.inputs.package == 'dart'
31
- uses : k-paxian/dart-package-publisher@v1.4
31
+ uses : k-paxian/dart-package-publisher@v1.5.1
32
32
with :
33
33
accessToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_ACCESS_TOKEN }}
34
34
refreshToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_REFRESH_TOKEN }}
37
37
dryRunOnly : false
38
38
- name : Publish flutter package
39
39
if : github.event.inputs.package == 'flutter'
40
- uses : k-paxian/dart-package-publisher@v1.4
40
+ uses : k-paxian/dart-package-publisher@v1.5.1
41
41
with :
42
42
accessToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_ACCESS_TOKEN }}
43
43
refreshToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_REFRESH_TOKEN }}
You can’t perform that action at this time.
0 commit comments