test publishing

This commit is contained in:
David Zhao
2021-08-31 22:20:26 -07:00
parent 0e4267888a
commit 880f1153ff
2 changed files with 11 additions and 0 deletions
+10
View File
@@ -39,3 +39,13 @@ jobs:
# Run widget tests for our flutter project.
- run: flutter test
- run: echo `pwd`
- name: publish to pub.dev
uses: k-paxian/dart-package-publisher@master
with:
flutter: true
dryRunOnly: true
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
+1
View File
@@ -41,5 +41,6 @@ jobs:
- name: publish to pub.dev
uses: k-paxian/dart-package-publisher@master
with:
flutter: true
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}