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 1010 uses : actions/checkout@v3
1111 - name : Publish dart package
1212 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
1414 with :
1515 accessToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_ACCESS_TOKEN }}
1616 refreshToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_REFRESH_TOKEN }}
1919 dryRunOnly : false
2020 - name : Publish flutter package
2121 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
2323 with :
2424 accessToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_ACCESS_TOKEN }}
2525 refreshToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_REFRESH_TOKEN }}
Original file line number Diff line number Diff line change 2828 ref : ${{ github.event.inputs.ref }}
2929 - name : Publish dart package
3030 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
3232 with :
3333 accessToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_ACCESS_TOKEN }}
3434 refreshToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_REFRESH_TOKEN }}
3737 dryRunOnly : false
3838 - name : Publish flutter package
3939 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
4141 with :
4242 accessToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_ACCESS_TOKEN }}
4343 refreshToken : ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_REFRESH_TOKEN }}
You can’t perform that action at this time.
0 commit comments