tiny commit

This commit is contained in:
Kuloud 2023-12-26 14:03:40 +08:00
parent aadda1c4c7
commit 4a5a132492
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,7 @@
name: Publish to Pub.dev
on:
release:
types: [published]
push
jobs:
publishing:
@ -16,3 +15,5 @@ jobs:
with:
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
skipTests: true
flutter: true